7 references to UrlMatchingNode
Microsoft.AspNetCore.Routing (7)
Tree\UrlMatchingTree.cs (7)
40
public UrlMatchingNode Root { get; } = new
UrlMatchingNode
(length: 0);
91
current.ConstrainedParameters = new
UrlMatchingNode
(length: i + 1);
105
next = new
UrlMatchingNode
(length: i + 1);
143
current.ConstrainedParameters = new
UrlMatchingNode
(length: i + 1);
154
current.Parameters = new
UrlMatchingNode
(length: i + 1);
165
current.ConstrainedCatchAlls = new
UrlMatchingNode
(length: i + 1) { IsCatchAll = true };
176
current.CatchAlls = new
UrlMatchingNode
(length: i + 1) { IsCatchAll = true };