2 writes to _currentValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (2)
1440
_currentValue
= _hashtable._buckets[_bucket].val;
1492
_currentValue
= null;
4 references to _currentValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
1455
return new DictionaryEntry(_currentKey!,
_currentValue
);
1469
return
_currentValue
;
1471
return new DictionaryEntry(_currentKey!,
_currentValue
);
1481
return
_currentValue
;