1 write to _scores
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\RouteMatcherBuilder.cs (1)
87
_scores
= new int[_candidates.Length];
1 reference to _scores
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\RouteMatcherBuilder.cs (1)
100
await _selector.SelectAsync(routeContext.HttpContext, new CandidateSet(_candidates, _values,
_scores
));