4 writes to _currentValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
2216
_currentValue
= default;
2234
_currentValue
= entry.value;
2239
_currentValue
= default;
2266
_currentValue
= default;
2 references to _currentValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
2243
public TValue Current =>
_currentValue
!;
2254
return
_currentValue
;