1 write to _stack
Test.Utilities (1)
SmallDictionary.cs (1)
869_stack = new Stack<AvlNode>(dict.HeightApprox());
6 references to _stack
Test.Utilities (6)
SmallDictionary.cs (6)
870_stack.Push(root); 885if (_stack == null || _stack.Count == 0) 890var curr = _stack.Pop(); 894PushIfNotNull(_stack, curr.Left); 895PushIfNotNull(_stack, curr.Right);