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);
1903
if (
_stack
.Count == 0)
1909
_current =
_stack
.Pop();
1918
_stack
.Push(node);
1969
_stack
.Clear();