RoslynCompilationContext Class
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.
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. |