SyntaxExtensions.SymbolInformation.UsedLiterals Property

Definition

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

Property Value

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

Applies to