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