1 instantiation of CompiledRazorAssemblyPart
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\CompiledRazorAssemblyApplicationPartFactory.cs (1)
25yield return new CompiledRazorAssemblyPart(assembly);
2 references to CompiledRazorAssemblyPart
Microsoft.AspNetCore.Mvc.Razor (2)
ApplicationParts\CompiledRazorAssemblyApplicationPartFactory.cs (1)
9/// Configures an assembly as a <see cref="CompiledRazorAssemblyPart"/>.
ApplicationParts\CompiledRazorAssemblyPart.cs (1)
15/// Initializes a new instance of <see cref="CompiledRazorAssemblyPart"/>.