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