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