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