1 instantiation of PageActionDescriptorProvider
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
39_pageActionDescriptorProvider = new PageActionDescriptorProvider(pageRouteModelProviders, mvcOptions, pageOptions);
3 references to PageActionDescriptorProvider
Microsoft.AspNetCore.Mvc.RazorPages (3)
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
96f.ImplementationType == typeof(PageActionDescriptorProvider));
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
20private readonly PageActionDescriptorProvider _pageActionDescriptorProvider;
Infrastructure\PageActionDescriptorProvider.cs (1)
23/// Instantiates a new instance of <see cref="PageActionDescriptorProvider"/>.