4 writes to _currentValue
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (4)
1650
_currentValue
= default;
1670
_currentValue
= entry._value;
1675
_currentValue
= default;
1702
_currentValue
= default;
2 references to _currentValue
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
1679
public readonly TValue Current =>
_currentValue
!;
1690
return
_currentValue
;