2 writes to _stack
Microsoft.CodeAnalysis (2)
Collections\Rope.cs (2)
36
_stack
= null;
43
_stack
= new Stack<Rope>();
6 references to _stack
Microsoft.CodeAnalysis (6)
Collections\Rope.cs (6)
44
_stack
.Push(rope);
59
if (
_stack
== null)
62
while (
_stack
.Count != 0)
64
switch (
_stack
.Pop())
71
_stack
.Push(c._right);
72
_stack
.Push(c._left);