4 writes to _currentValue
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2325
_currentValue
= default;
2343
_currentValue
= entry.value;
2348
_currentValue
= default;
2375
_currentValue
= default;
2 references to _currentValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2352
public TValue Current =>
_currentValue
!;
2363
return
_currentValue
;