5 writes to _currentElement
System.Collections (5)
System\Collections\Generic\Stack.cs (5)
364
_currentElement
= default;
381
_currentElement
= _stack._array[_index];
391
_currentElement
= _stack._array[_index];
393
_currentElement
= default;
422
_currentElement
= default;
1 reference to _currentElement
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
403
return
_currentElement
!;