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