CompilationUnitManager.Compilation.SourceFiles 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 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)