2 types derived from ActionEndpointDataSourceBase
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerActionEndpointDataSource.cs (1)
14internal sealed class ControllerActionEndpointDataSource : ActionEndpointDataSourceBase
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionEndpointDataSource.cs (1)
14internal sealed class PageActionEndpointDataSource : ActionEndpointDataSourceBase
12 references to ActionEndpointDataSourceBase
Microsoft.AspNetCore.Mvc.Core.Test (6)
Routing\ActionEndpointDataSourceBaseTest.cs (5)
29var dataSource = CreateDataSource(actions.Object); 52var dataSource = CreateDataSource(actionDescriptorCollectionProviderMock.Object); 90var dataSource = CreateDataSource(actionDescriptorCollectionProviderMock.Object); 127private protected ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions = null) 154private protected abstract ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions, ActionEndpointFactory endpointFactory);
Routing\ControllerActionEndpointDataSourceTest.cs (1)
551private protected override ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions, ActionEndpointFactory endpointFactory)
Microsoft.AspNetCore.Mvc.RazorPages.Test (6)
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
263private protected override ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions, ActionEndpointFactory endpointFactory)
src\Mvc\Mvc.Core\test\Routing\ActionEndpointDataSourceBaseTest.cs (5)
29var dataSource = CreateDataSource(actions.Object); 52var dataSource = CreateDataSource(actionDescriptorCollectionProviderMock.Object); 90var dataSource = CreateDataSource(actionDescriptorCollectionProviderMock.Object); 127private protected ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions = null) 154private protected abstract ActionEndpointDataSourceBase CreateDataSource(IActionDescriptorCollectionProvider actions, ActionEndpointFactory endpointFactory);