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