4 references to ControllerActionEndpointDataSourceIdProvider
Microsoft.AspNetCore.Mvc.Core (4)
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (1)
260services.TryAddSingleton<ControllerActionEndpointDataSourceIdProvider>();
Routing\ControllerActionEndpointDataSource.cs (1)
21ControllerActionEndpointDataSourceIdProvider dataSourceIdProvider,
Routing\ControllerActionEndpointDataSourceFactory.cs (2)
10private readonly ControllerActionEndpointDataSourceIdProvider _dataSourceIdProvider; 15ControllerActionEndpointDataSourceIdProvider dataSourceIdProvider,