4 writes to current
mscorlib (4)
system\collections\listdictionaryinternal.cs (4)
261current = null; 302current = list.head; 307current = current.next; 318current = null;
10 references to current
mscorlib (10)
system\collections\listdictionaryinternal.cs (10)
272if (current == null) { 275return new DictionaryEntry(current.key, current.value); 281if (current == null) { 284return current.key; 290if (current == null) { 293return current.value; 306if( current != null ) { 307current = current.next; 310return (current != null);