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)
431
if (
_current
== null)
435
return _isKeys ?
_current
.key :
_current
.value;
450
else if (
_current
!= null)
452
_current =
_current
.next;
454
return (
_current
!= null);