9 references to GetEnumerator
System.Collections (9)
System\Collections\Generic\SortedDictionary.cs (2)
248
_set.
GetEnumerator
();
414
_treeEnum = dictionary._set.
GetEnumerator
();
System\Collections\Generic\SortedSet.cs (7)
595
IEnumerator<T> IEnumerable<T>.GetEnumerator() =>
GetEnumerator
();
868
Enumerator mine = this.
GetEnumerator
();
869
Enumerator theirs = asSorted.
GetEnumerator
();
1007
Enumerator mine = this.
GetEnumerator
();
1008
Enumerator theirs = asSorted.
GetEnumerator
();
1295
Enumerator mine =
GetEnumerator
();
1296
Enumerator theirs = asSorted.
GetEnumerator
();