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