RoslynCompilationContext.Compilation 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.
Gets or sets the CSharpCompilation used for current source file compilation.
public:
property Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ Compilation { Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ get(); void set(Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ value); };
public Microsoft.CodeAnalysis.CSharp.CSharpCompilation Compilation { get; set; }
member this.Compilation : Microsoft.CodeAnalysis.CSharp.CSharpCompilation with get, set
Public Property Compilation As CSharpCompilation