1 write to Matchers
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (1)
17Matchers = matchers;
5 references to Matchers
Microsoft.AspNetCore.Routing.Microbenchmarks (5)
Matching\MatcherAzureBenchmark.cs (1)
41await _baseline.Matchers[sample].MatchAsync(httpContext);
Matching\MatcherGithubBenchmark.cs (1)
33await _baseline.Matchers[i].MatchAsync(httpContext);
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (3)
25for (var i = 0; i < Matchers.Length; i++) 27if (Matchers[i].TryMatch(path)) 29httpContext.SetEndpoint(Matchers[i].Endpoint);