1 implementation of SelectCandidates
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
63public IReadOnlyList<ActionDescriptor> SelectCandidates(RouteContext context)
4 references to SelectCandidates
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\IActionSelector.cs (1)
48/// Used by conventional routing after calling <see cref="SelectCandidates"/> to apply action constraints and
Routing\MvcRouteHandler.cs (1)
43var candidates = _actionSelector.SelectCandidates(context);
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\MvcRouteHandlerTests.cs (2)
27.Setup(a => a.SelectCandidates(It.IsAny<RouteContext>())) 66.Setup(a => a.SelectCandidates(It.IsAny<RouteContext>()))