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