2 writes to _current
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
663
_current
= _next;
674
_current
= curr;
1 reference to _current
Microsoft.CodeAnalysis (1)
Collections\SmallDictionary.cs (1)
657
public V Current =>
_current
!.Value;