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);
1906
if (
_stack
.Count == 0)
1912
_current =
_stack
.Pop();
1921
_stack
.Push(node);
1972
_stack
.Clear();