1 write to _stack
Microsoft.AspNetCore.Routing (1)
Tree\TreeEnumerator.cs (1)
18_stack = new Stack<UrlMatchingNode>();
10 references to _stack
Microsoft.AspNetCore.Routing (10)
Tree\TreeEnumerator.cs (10)
22_stack.Push(root); 35if (_stack == null) 40while (_stack.Count > 0) 42var next = _stack.Pop(); 74_stack.Push(next.CatchAlls); 79_stack.Push(next.ConstrainedCatchAlls); 84_stack.Push(next.Parameters); 89_stack.Push(next.ConstrainedParameters); 97_stack.Push(node); 107_stack.Clear();