Share via


RoslynCompilationContext Class

Definition

Context object used to pass information about the current Razor page compilation.

public ref class RoslynCompilationContext
public class RoslynCompilationContext
type RoslynCompilationContext = class
Public Class RoslynCompilationContext
Inheritance
RoslynCompilationContext

Constructors

RoslynCompilationContext(CSharpCompilation)

Constructs a new instance of the RoslynCompilationContext type.

Properties

Compilation

Gets or sets the CSharpCompilation used for current source file compilation.

Applies to