4 writes to _currentValue
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (4)
1650_currentValue = default; 1670_currentValue = entry._value; 1675_currentValue = default; 1702_currentValue = default;
2 references to _currentValue
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
1679public readonly TValue Current => _currentValue!; 1690return _currentValue;