1 write to ConstrainedCatchAlls
Microsoft.AspNetCore.Routing (1)
Tree\UrlMatchingTree.cs (1)
165current.ConstrainedCatchAlls = new UrlMatchingNode(length: i + 1) { IsCatchAll = true };
4 references to ConstrainedCatchAlls
Microsoft.AspNetCore.Routing (4)
Tree\TreeEnumerator.cs (2)
77if (next.ConstrainedCatchAlls != null) 79_stack.Push(next.ConstrainedCatchAlls);
Tree\UrlMatchingTree.cs (2)
163if (current.ConstrainedCatchAlls == null) 168current = current.ConstrainedCatchAlls;