1 implementation of IRazorCompiledItemProvider
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\CompiledRazorAssemblyPart.cs (1)
12public class CompiledRazorAssemblyPart : ApplicationPart, IRazorCompiledItemProvider
3 references to IRazorCompiledItemProvider
Microsoft.AspNetCore.Mvc.Razor (3)
ApplicationParts\CompiledRazorAssemblyPart.cs (1)
31IEnumerable<RazorCompiledItem> IRazorCompiledItemProvider.CompiledItems
ApplicationParts\RazorCompiledItemFeatureProvider.cs (2)
18foreach (var provider in parts.OfType<IRazorCompiledItemProvider>())