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