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