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