1 write to _stack
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
330_stack = stack;
6 references to _stack
System.Collections.NonGeneric (6)
System\Collections\Stack.cs (6)
331_version = _stack._version; 341if (_version != _stack._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 344_index = _stack._size - 1; 347_currentElement = _stack._array[_index]; 357_currentElement = _stack._array[_index]; 375if (_version != _stack._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);