4 writes to _currentKey
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)
1442
_currentKey
= default;
1462
_currentKey
= entry._key;
1468
_currentKey
= default;
1495
_currentKey
= default;
2 references to _currentKey
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)
1472
public readonly TKey Current =>
_currentKey
!;
1483
return
_currentKey
;