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