4 writes to _index
System.Collections.NonGeneric (4)
System\Collections\Stack.cs (4)
332_index = -2; 344_index = _stack._size - 1; 355retval = (--_index >= 0); 376_index = -2;
7 references to _index
System.Collections.NonGeneric (7)
System\Collections\Stack.cs (7)
342if (_index == -2) 345retval = (_index >= 0); 347_currentElement = _stack._array[_index]; 350if (_index == -1) 357_currentElement = _stack._array[_index]; 367if (_index == -2) throw new InvalidOperationException(SR.InvalidOperation_EnumNotStarted); 368if (_index == -1) throw new InvalidOperationException(SR.InvalidOperation_EnumEnded);