11 references to ActionEndpointFactory
Microsoft.AspNetCore.Mvc.Core (5)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
261services.TryAddSingleton<ActionEndpointFactory>();
Routing\ControllerActionEndpointDataSource.cs (2)
16private readonly ActionEndpointFactory _endpointFactory; 23ActionEndpointFactory endpointFactory,
Routing\ControllerActionEndpointDataSourceFactory.cs (2)
12private readonly ActionEndpointFactory _factory; 17ActionEndpointFactory factory)
Microsoft.AspNetCore.Mvc.RazorPages (6)
Infrastructure\DefaultPageLoader.cs (2)
18private readonly ActionEndpointFactory _endpointFactory; 23ActionEndpointFactory endpointFactory,
Infrastructure\PageActionEndpointDataSource.cs (2)
16private readonly ActionEndpointFactory _endpointFactory; 22ActionEndpointFactory endpointFactory,
Infrastructure\PageActionEndpointDataSourceFactory.cs (2)
13private readonly ActionEndpointFactory _endpointFactory; 18ActionEndpointFactory endpointFactory)