2 references to new
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
1128public Enumerator GetEnumerator() => new(this, useDictionaryEntry: false); 1139IDictionaryEnumerator IDictionary.GetEnumerator() => new Enumerator(this, useDictionaryEntry: true);