2 writes to currentKey
mscorlib (2)
system\collections\hashtable.cs (2)
1584currentKey = keyv; 1626currentKey = null;
4 references to currentKey
mscorlib (4)
system\collections\hashtable.cs (4)
1574return currentKey; 1597return new DictionaryEntry(currentKey, currentValue); 1607return currentKey; 1611return new DictionaryEntry(currentKey, currentValue);