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