1 write to _hostingEnvironment
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
CSharpCompiler.cs (1)
34
_hostingEnvironment
= hostingEnvironment ?? throw new ArgumentNullException(nameof(hostingEnvironment));
4 references to _hostingEnvironment
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (4)
CSharpCompiler.cs (4)
91
if (!string.IsNullOrEmpty(
_hostingEnvironment
.ApplicationName))
93
var applicationAssembly = Assembly.Load(new AssemblyName(
_hostingEnvironment
.ApplicationName));
110
_parseOptions = GetParseOptions(
_hostingEnvironment
, dependencyContextOptions);
111
_compilationOptions = GetCompilationOptions(
_hostingEnvironment
, dependencyContextOptions);