2 references to Current
Microsoft.CodeAnalysis (2)
Collections\SmallDictionary.cs (2)
812
KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.
Current
;
818
object IEnumerator.Current => _e.
Current
;