2 instantiations of new
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Http\Routing\src\Tree\TreeRouter.cs (2)
230var tokenizer = new PathTokenizer(new(context.Path)); 243if (!matcher.TryMatch(new(context.Path), context.RouteValues))
2 references to new
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Http\Routing\src\PathTokenizer.cs (1)
22public PathTokenizer(PathString path)
src\aspnetcore\src\Http\Routing\src\Patterns\RoutePatternMatcher.cs (1)
63public bool TryMatch(PathString path, RouteValueDictionary values)