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