2 references to Current
Text.Analyzers (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
589
K IEnumerator<K>.Current => _e.
Current
;
595
object IEnumerator.Current => _e.
Current
;