2 references to Current
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current; 932object IEnumerator.Current => _e.Current;