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)
1472public readonly TKey Current => _currentKey!; 1483return _currentKey;