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)
763public KeyValuePair<K, V> Current => new KeyValuePair<K, V>(_current!.Key, _current!.Value);