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