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