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;
341
if (_version !=
_stack
._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
344
_index =
_stack
._size - 1;
347
_currentElement =
_stack
._array[_index];
357
_currentElement =
_stack
._array[_index];
375
if (_version !=
_stack
._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);