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)
91if (!string.IsNullOrEmpty(_hostingEnvironment.ApplicationName)) 93var applicationAssembly = Assembly.Load(new AssemblyName(_hostingEnvironment.ApplicationName)); 110_parseOptions = GetParseOptions(_hostingEnvironment, dependencyContextOptions); 111_compilationOptions = GetCompilationOptions(_hostingEnvironment, dependencyContextOptions);