4 writes to _currentKey
Microsoft.CodeAnalysis.Workspaces (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.Workspaces (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
1470
public readonly TKey Current =>
_currentKey
!;
1481
return
_currentKey
;