4 writes to _currentValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2217
_currentValue
= default;
2235
_currentValue
= entry.value;
2240
_currentValue
= default;
2267
_currentValue
= default;
2 references to _currentValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2244
public TValue Current =>
_currentValue
!;
2255
return
_currentValue
;