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