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