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