2 references to MatchAsync
Microsoft.AspNetCore.Routing.Microbenchmarks (2)
Matching\MatcherAzureBenchmark.cs (1)
41
await _baseline.Matchers[sample].
MatchAsync
(httpContext);
Matching\MatcherGithubBenchmark.cs (1)
33
await _baseline.Matchers[i].
MatchAsync
(httpContext);