4 writes to _currentKey
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2023
_currentKey
= default;
2041
_currentKey
= entry.key;
2047
_currentKey
= default;
2074
_currentKey
= default;
2 references to _currentKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2051
public TKey Current =>
_currentKey
!;
2062
return
_currentKey
;