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