SyntaxExtensions.SymbolInformation.UsedVariables Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)]
public System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol> UsedVariables { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)>]
UsedVariables : System.Collections.Immutable.ImmutableHashSet<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol>
Public ReadOnly Property UsedVariables As ImmutableHashSet(Of QsSymbol)

Property Value

ImmutableHashSet<QsSymbol>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to