1 write to _stack
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
534
_stack
= new Stack<AvlNode>(dict.HeightApprox());
5 references to _stack
Microsoft.CodeAnalysis (5)
Collections\SmallDictionary.cs (5)
535
_stack
.Push(root);
551
if (
_stack
== null ||
_stack
.Count == 0)
556
var curr =
_stack
.Pop();
570
_stack
!.Push(child);