1 instantiation of PageActionEndpointDataSource
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionEndpointDataSourceFactory.cs (1)
27return new PageActionEndpointDataSource(_dataSourceIdProvider, _actions, _endpointFactory, orderProvider);
12 references to PageActionEndpointDataSource
Microsoft.AspNetCore.Mvc.RazorPages (12)
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (10)
68var pageDataSource = GetOrCreateDataSource(endpoints); 126var pageDataSource = GetOrCreateDataSource(endpoints); 180var pageDataSource = GetOrCreateDataSource(endpoints); 240var pageDataSource = GetOrCreateDataSource(endpoints); 306var pageDataSource = GetOrCreateDataSource(endpoints); 340var pageDataSource = GetOrCreateDataSource(endpoints); 367private static PageActionEndpointDataSource GetOrCreateDataSource(IEndpointRouteBuilder endpoints) 369var dataSource = endpoints.DataSources.OfType<PageActionEndpointDataSource>().FirstOrDefault(); 381private static void RegisterInCache(IServiceProvider serviceProvider, PageActionEndpointDataSource dataSource)
Infrastructure\DynamicPageEndpointSelectorCache.cs (1)
18public void AddDataSource(PageActionEndpointDataSource dataSource)
Infrastructure\PageActionEndpointDataSourceFactory.cs (1)
25public PageActionEndpointDataSource Create(OrderedEndpointsSequenceProvider orderProvider)