4 writes to current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (4)
355
current
= null;
378
current
= list.head;
385
current
= current.next;
398
current
= null;
6 references to current
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (6)
362
if (
current
== null)
366
return isKeys ?
current
.key :
current
.value;
383
if (
current
!= null)
385
current =
current
.next;
388
return
current
!= null;