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)
1627
public TValue Current =>
_currentValue
!;
1638
return
_currentValue
;