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)
1679public readonly TValue Current => _currentValue!; 1690return _currentValue;