2 instantiations of ControllerActionEndpointDataSourceIdProvider
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\EndpointMetadataProviderTest.cs (1)
278new ControllerActionEndpointDataSourceIdProvider(),
Routing\ControllerActionEndpointDataSourceTest.cs (1)
554new ControllerActionEndpointDataSourceIdProvider(),
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,