CompilationUnitManager.Compilation.References Property

Definition

Contains the IDs assigned by the Q# compiler for all assemblies referenced in the compilation.

public System.Collections.Immutable.ImmutableHashSet<string> References { get; }
member this.References : System.Collections.Immutable.ImmutableHashSet<string>
Public ReadOnly Property References As ImmutableHashSet(Of String)

Property Value

ImmutableHashSet<String>

Applies to