10 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)
595IEnumerator<T> IEnumerable<T>.GetEnumerator() => GetEnumerator(); 868Enumerator mine = this.GetEnumerator(); 869Enumerator theirs = asSorted.GetEnumerator(); 1007Enumerator mine = this.GetEnumerator(); 1008Enumerator theirs = asSorted.GetEnumerator(); 1295Enumerator mine = GetEnumerator(); 1296Enumerator theirs = asSorted.GetEnumerator();
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
1135using var e = other.GetEnumerator();