5 writes to currentElement
mscorlib (5)
system\collections\stack.cs (5)
318
currentElement
= null;
333
currentElement
= _stack._array[_index];
342
currentElement
= _stack._array[_index];
344
currentElement
= null;
359
currentElement
= null;
1 reference to currentElement
mscorlib (1)
system\collections\stack.cs (1)
352
return
currentElement
;