4 writes to _currentElement
System.Collections.NonGeneric (4)
System\Collections\Queue.cs (4)
432
_currentElement
= _q._array;
445
_currentElement
= _q._array;
449
_currentElement
= _q.GetElement(_index);
479
_currentElement
= _q._array;
2 references to _currentElement
System.Collections.NonGeneric (2)
System\Collections\Queue.cs (2)
461
if (
_currentElement
== _q._array)
468
return
_currentElement
;