2 references to CandidateState
Microsoft.AspNetCore.Routing (2)
Matching\CandidateSet.cs (1)
59
Candidates[i] = new
CandidateState
(candidates[i].Endpoint, candidates[i].Score);
Matching\DfaMatcher.cs (1)
122
state = new
CandidateState
(candidate.Endpoint, candidate.Score);