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