1 write to _stack
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1851_stack = new Stack<Node>(2 * (int)Log2(set.TotalCount() + 1));
5 references to _stack
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
1879_stack.Push(node); 1903if (_stack.Count == 0) 1909_current = _stack.Pop(); 1918_stack.Push(node); 1969_stack.Clear();