2 references to DictEntry
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
382IDictionaryEnumerator IDictionary.GetEnumerator() => new Enumerator(this, Enumerator.DictEntry); 464if (_getEnumeratorRetType == DictEntry)