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