1 write to _stack
Test.Utilities (1)
SmallDictionary.cs (1)
763_stack = new Stack<AvlNode>(dict.HeightApprox());
6 references to _stack
Test.Utilities (6)
SmallDictionary.cs (6)
764_stack.Push(root); 779if (_stack == null || _stack.Count == 0) 784var curr = _stack.Pop(); 788PushIfNotNull(_stack, curr.Left); 789PushIfNotNull(_stack, curr.Right);