2 writes to Score
Microsoft.AspNetCore.Routing (2)
Matching\Candidate.cs (2)
59Score = 0; 74Score = score;
9 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);
Microsoft.AspNetCore.Routing.Tests (7)
Matching\CandidateSetTest.cs (1)
36Assert.Equal(candidates[i].Score, state.Score);
Matching\DfaMatcherBuilderTest.cs (6)
3491c => Assert.Equal(0, c.Score), 3492c => Assert.Equal(0, c.Score), 3493c => Assert.Equal(1, c.Score), 3494c => Assert.Equal(2, c.Score), 3495c => Assert.Equal(3, c.Score), 3496c => Assert.Equal(3, c.Score));