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