1 write to _values
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcherBuilder.cs (1)
88
_values
= new RouteValueDictionary[_candidates.Length];
1 reference to _values
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));