2 references to TryMatch
Microsoft.AspNetCore.Routing (2)
RouteBase.cs (1)
115if (!_matcher.TryMatch(requestPath, context.RouteData.Values))
Tree\TreeRouter.cs (1)
196if (!matcher.TryMatch(context.HttpContext.Request.Path, context.RouteData.Values))