1 write to _emitOptions
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
CSharpCompiler.cs (1)
112
_emitOptions
= GetEmitOptions(dependencyContextOptions);
3 references to _emitOptions
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
CSharpCompiler.cs (3)
69
return
_emitOptions
;
104
[MemberNotNull(nameof(
_emitOptions
), nameof(_parseOptions), nameof(_compilationOptions))]
119
Debug.Assert(
_emitOptions
is not null);