4 writes to _currentKey
Microsoft.CodeAnalysis.CodeStyle (4)
SegmentedDictionary`2.cs (4)
1398_currentKey = default; 1418_currentKey = entry._key; 1424_currentKey = default; 1451_currentKey = default;
2 references to _currentKey
Microsoft.CodeAnalysis.CodeStyle (2)
SegmentedDictionary`2.cs (2)
1428public readonly TKey Current => _currentKey!; 1439return _currentKey;