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