CompilationLoader.GeneratedSyntaxTree 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 full Q# syntax tree after executing all configured rewrite steps, including the content of loaded references.
public System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace>? GeneratedSyntaxTree { get; }
member this.GeneratedSyntaxTree : seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace>
Public ReadOnly Property GeneratedSyntaxTree As IEnumerable(Of QsNamespace)