4 writes to _currentValue
Microsoft.CodeAnalysis.CodeStyle (4)
SegmentedDictionary`2.cs (4)
1598
_currentValue
= default;
1618
_currentValue
= entry._value;
1623
_currentValue
= default;
1650
_currentValue
= default;
2 references to _currentValue
Microsoft.CodeAnalysis.CodeStyle (2)
SegmentedDictionary`2.cs (2)
1627
public readonly TValue Current =>
_currentValue
!;
1638
return
_currentValue
;