2 instantiations of RazorCompiledItemLoader
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\CompiledRazorAssemblyPart.cs (1)
35var loader = new RazorCompiledItemLoader();
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
328var loader = new RazorCompiledItemLoader();
6 references to RazorCompiledItemLoader
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\CompiledRazorAssemblyPart.cs (1)
35var loader = new RazorCompiledItemLoader();
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
328var loader = new RazorCompiledItemLoader();
Microsoft.AspNetCore.Razor.Runtime (4)
Hosting\RazorCompiledItem.cs (1)
27/// For items loaded with the default implementation of <see cref="RazorCompiledItemLoader"/>, the
Hosting\RazorCompiledItemLoader.cs (3)
14/// Inherit from <see cref="RazorCompiledItemLoader"/> to customize the behavior when loading 19/// Inheriting from <see cref="RazorCompiledItemLoader"/> is useful when an implementation needs to consider 23/// Subclasses of <see cref="RazorCompiledItemLoader"/> can return subclasses of <see cref="RazorCompiledItem"/>