CompilationUnitManager.Compilation.References Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)