1 write to _stack
Test.Utilities (1)
SmallDictionary.cs (1)
644_stack = new Stack<AvlNode>(dict.HeightApprox());
6 references to _stack
Test.Utilities (6)
SmallDictionary.cs (6)
645_stack.Push(root); 661if (_stack == null || _stack.Count == 0) 666var curr = _stack.Pop(); 670PushIfNotNull(_stack, curr.Left); 671PushIfNotNull(_stack, curr.Right);