2 writes to currentValue
mscorlib (2)
system\collections\hashtable.cs (2)
1585currentValue = hashtable.buckets[bucket].val; 1627currentValue = null;
4 references to currentValue
mscorlib (4)
system\collections\hashtable.cs (4)
1597return new DictionaryEntry(currentKey, currentValue); 1609return currentValue; 1611return new DictionaryEntry(currentKey, currentValue); 1618return currentValue;