4 writes to current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (4)
344
current
= null;
367
current
= list.head;
374
current
= current.next;
387
current
= null;
6 references to current
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (6)
351
if (
current
== null)
355
return isKeys ?
current
.key :
current
.value;
372
if (
current
!= null)
374
current =
current
.next;
377
return
current
!= null;