2 references to Current
Text.Analyzers (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
706V IEnumerator<V>.Current => _e.Current; 712object? IEnumerator.Current => _e.Current;