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)
461if (_currentElement == _q._array) 468return _currentElement;