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