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)
1472
public readonly TKey Current =>
_currentKey
!;
1483
return
_currentKey
;