SyntaxExtensions.SymbolInformation.UsedTypes Property

Definition

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

Property Value

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

Applies to