2 references to TryMatch
Microsoft.AspNetCore.Routing (2)
DefaultLinkParser.cs (1)
124if (!matcher.TryMatch(path, values))
Template\TemplateMatcher.cs (1)
85return _routePatternMatcher.TryMatch(path, values);