1 write to ConstrainedCatchAlls
Microsoft.AspNetCore.Components (1)
src\aspnetcore\src\Http\Routing\src\Tree\UrlMatchingTree.cs (1)
211current.ConstrainedCatchAlls = new UrlMatchingNode(length: i + 1) { IsCatchAll = true };
4 references to ConstrainedCatchAlls
Microsoft.AspNetCore.Components (4)
src\aspnetcore\src\Http\Routing\src\Tree\TreeEnumerator.cs (2)
77if (next.ConstrainedCatchAlls != null) 79_stack.Push(next.ConstrainedCatchAlls);
src\aspnetcore\src\Http\Routing\src\Tree\UrlMatchingTree.cs (2)
209if (current.ConstrainedCatchAlls == null) 214current = current.ConstrainedCatchAlls;