4 writes to current
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (4)
219
current
= null;
268
current
= list.head;
275
current
= current.next;
288
current
= null;
10 references to current
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (10)
228
if (
current
== null)
232
return new DictionaryEntry(
current
.key,
current
.value);
240
if (
current
== null)
244
return
current
.key;
252
if (
current
== null)
256
return
current
.value;
273
if (
current
!= null)
275
current =
current
.next;
278
return
current
!= null;