3 references to ControllerActionEndpointDataSource
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerActionEndpointDataSourceFactory.cs (1)
26
return new
ControllerActionEndpointDataSource
(_dataSourceIdProvider, _actions, _factory, orderProvider);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\EndpointMetadataProviderTest.cs (1)
277
var dataSource = new
ControllerActionEndpointDataSource
(
Routing\ControllerActionEndpointDataSourceTest.cs (1)
553
return new
ControllerActionEndpointDataSource
(