7 references to CSharpCompiler
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (7)
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (3)
91services.TryAddSingleton<CSharpCompiler>(); 97var csharpCompiler = s.GetRequiredService<CSharpCompiler>();
RuntimeViewCompiler.cs (2)
33private readonly CSharpCompiler _csharpCompiler; 38CSharpCompiler csharpCompiler,
RuntimeViewCompilerProvider.cs (2)
15private readonly CSharpCompiler _csharpCompiler; 28CSharpCompiler csharpCompiler,