2 references to CandidateSet
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (2)
202
return _selector.SelectAsync(httpContext, new
CandidateSet
(candidateStateArray));
206
return SelectEndpointWithPoliciesAsync(httpContext, policies, new
CandidateSet
(candidateStateArray));