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