1 write to _stack
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
361_stack = stack;
5 references to _stack
System.Collections (5)
System\Collections\Generic\Stack.cs (5)
371if (_version != _stack._version) 376T[] array = _stack._array; 380Debug.Assert(index < _stack.Count); 397if (_version != _stack._version) 402_index = _stack.Count;