4 writes to current
System (4)
compmod\system\collections\specialized\listdictionary.cs (4)
412this.current = null; 429current = list.head; 433current = current.next; 443current = null;
6 references to current
System (6)
compmod\system\collections\specialized\listdictionary.cs (6)
417if (current == null) { 420return isKeys ? current.key : current.value; 432else if (current != null) { 433current = current.next; 435return (current != null);