5 writes to _currentElement
System.Collections.NonGeneric (5)
System\Collections\Stack.cs (5)
333
_currentElement
= null;
347
_currentElement
= _stack._array[_index];
357
_currentElement
= _stack._array[_index];
359
_currentElement
= null;
377
_currentElement
= null;
1 reference to _currentElement
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
369
return
_currentElement
;