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)
375
if (_version !=
_stack
._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
378
_index =
_stack
._size - 1;
381
_currentElement =
_stack
._array[_index];
391
_currentElement =
_stack
._array[_index];
420
if (_version !=
_stack
._version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);