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); 59if (_stack == null) 62while (_stack.Count != 0) 64switch (_stack.Pop()) 71_stack.Push(c._right); 72_stack.Push(c._left);