1 instantiation of RuntimeViewCompiler
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompilerProvider.cs (1)
54return new RuntimeViewCompiler(
2 references to RuntimeViewCompiler
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
RuntimeViewCompilerProvider.cs (2)
17private readonly ILogger<RuntimeViewCompiler> _logger; 36_logger = loggerFactory.CreateLogger<RuntimeViewCompiler>();