4 writes to _currentValue
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedDictionary`2.cs (4)
1648_currentValue = default; 1668_currentValue = entry._value; 1673_currentValue = default; 1700_currentValue = default;
2 references to _currentValue
Microsoft.CodeAnalysis.Collections.Package (2)
SegmentedDictionary`2.cs (2)
1677public readonly TValue Current => _currentValue!; 1688return _currentValue;