4 writes to _current
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (4)
424_current = null; 447_current = _list.head; 452_current = _current.next; 464_current = null;
6 references to _current
System.Collections.Specialized (6)
System\Collections\Specialized\ListDictionary.cs (6)
431if (_current == null) 435return _isKeys ? _current.key : _current.value; 450else if (_current != null) 452_current = _current.next; 454return (_current != null);