2 writes to _current
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
769
_current
= _next;
780
_current
= curr;
2 references to _current
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
763
public KeyValuePair<K, V> Current => new KeyValuePair<K, V>(
_current
!.Key,
_current
!.Value);