4 writes to _currentKey
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (4)
1442_currentKey = default; 1462_currentKey = entry._key; 1468_currentKey = default; 1495_currentKey = default;
2 references to _currentKey
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
1472public readonly TKey Current => _currentKey!; 1483return _currentKey;