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