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)
2244public TValue Current => _currentValue!; 2255return _currentValue;