5 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)