2 writes to Score
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
59Score = 0; 74Score = score;
2 references to Score
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);