4 writes to _currentKey
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2131
_currentKey
= default;
2149
_currentKey
= entry.key;
2155
_currentKey
= default;
2182
_currentKey
= default;
2 references to _currentKey
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2159
public TKey Current =>
_currentKey
!;
2170
return
_currentKey
;