1 write to _csharpCompiler
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
50
_csharpCompiler
= csharpCompiler;
4 references to _csharpCompiler
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (4)
RuntimeViewCompiler.cs (4)
342
var emitOptions =
_csharpCompiler
.EmitOptions;
343
var emitPdbFile =
_csharpCompiler
.EmitPdb && emitOptions.DebugInformationFormat != DebugInformationFormat.Embedded;
375
var syntaxTree =
_csharpCompiler
.CreateSyntaxTree(sourceText).WithFilePath(assemblyName);
376
return
_csharpCompiler