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)
1679
public readonly TValue Current =>
_currentValue
!;
1690
return
_currentValue
;