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