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