CompilationUnitManager.Compilation.SourceFiles Property

Definition

Contains the file IDs assigned by the Q# compiler for all source files included in the compilation.

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

Property Value

ImmutableHashSet<String>

Applies to