7 references to UrlMatchingNode
Microsoft.AspNetCore.Components (7)
src\aspnetcore\src\Http\Routing\src\Tree\UrlMatchingTree.cs (7)
40public UrlMatchingNode Root { get; } = new UrlMatchingNode(length: 0); 91current.ConstrainedParameters = new UrlMatchingNode(length: i + 1); 113next = new UrlMatchingNode(length: i + 1); 189current.ConstrainedParameters = new UrlMatchingNode(length: i + 1); 200current.Parameters = new UrlMatchingNode(length: i + 1); 211current.ConstrainedCatchAlls = new UrlMatchingNode(length: i + 1) { IsCatchAll = true }; 222current.CatchAlls = new UrlMatchingNode(length: i + 1) { IsCatchAll = true };