1 write to _stack
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
652
_stack
= new Stack<AvlNode>(dict.HeightApprox());
5 references to _stack
Microsoft.CodeAnalysis (5)
Collections\SmallDictionary.cs (5)
653
_stack
.Push(root);
668
if (
_stack
== null ||
_stack
.Count == 0)
673
var curr =
_stack
.Pop();
687
_stack
!.Push(child);