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