4 writes to _currentKey
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
1440_currentKey = default; 1460_currentKey = entry._key; 1466_currentKey = default; 1493_currentKey = default;
2 references to _currentKey
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
1470public readonly TKey Current => _currentKey!; 1481return _currentKey;