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