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