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)
1455return new DictionaryEntry(_currentKey!, _currentValue); 1469return _currentValue; 1471return new DictionaryEntry(_currentKey!, _currentValue); 1481return _currentValue;