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