4 writes to _current
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (4)
275_current = null; 330_current = _list.head; 335_current = _current.next; 347_current = null;
10 references to _current
System.Collections.Specialized (10)
System\Collections\Specialized\ListDictionary.cs (10)
290if (_current == null) 294return new DictionaryEntry(_current.key, _current.value); 302if (_current == null) 306return _current.key; 314if (_current == null) 318return _current.value; 333else if (_current != null) 335_current = _current.next; 337return (_current != null);