3 references to CompiledPageActionDescriptorProvider
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (1)
77
f.ImplementationType == typeof(
CompiledPageActionDescriptorProvider
));
Microsoft.AspNetCore.Mvc.RazorPages (2)
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
105
ServiceDescriptor.Singleton<IActionDescriptorProvider,
CompiledPageActionDescriptorProvider
>());
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
25
/// Initializes a new instance of <see cref="
CompiledPageActionDescriptorProvider
"/>.