1 write to _stack
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1854_stack = new Stack<Node>(2 * (int)Log2(set.TotalCount() + 1));
5 references to _stack
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
1882_stack.Push(node); 1906if (_stack.Count == 0) 1912_current = _stack.Pop(); 1921_stack.Push(node); 1972_stack.Clear();