1 write to _stack
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
758
_stack
= new Stack<AvlNode>(dict.HeightApprox());
5 references to _stack
Microsoft.CodeAnalysis (5)
Collections\SmallDictionary.cs (5)
759
_stack
.Push(root);
774
if (
_stack
== null ||
_stack
.Count == 0)
779
var curr =
_stack
.Pop();
793
_stack
!.Push(child);