2 writes to _currentKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (2)
1439_currentKey = keyv; 1491_currentKey = null;
4 references to _currentKey
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
1425return _currentKey!; 1455return new DictionaryEntry(_currentKey!, _currentValue); 1467return _currentKey; 1471return new DictionaryEntry(_currentKey!, _currentValue);