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