3 references to TryMatch
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (3)
27
if (Matchers[i].
TryMatch
(path))
105
if (
TryMatch
(path))
115
if (
TryMatch
(httpContext.Request.Path.Value))