1 write to _candidates
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (1)
49
_candidates
= new Candidate[] { new Candidate(endpoint), };
1 reference to _candidates
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (1)
107
return
_candidates
;