2 references to ActionSelectorCandidate
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionSelector.cs (1)
123
candidates.Add(new
ActionSelectorCandidate
(action, constraints));
Routing\ActionConstraintMatcherPolicy.cs (1)
146
items.Add((i, new
ActionSelectorCandidate
(actionDescriptor ?? NonAction, constraints)));