8 references to GetEnumerator
System.Collections (8)
System\Collections\Generic\SortedDictionary.cs (1)
420_treeEnum = dictionary._set.GetEnumerator();
System\Collections\Generic\SortedSet.cs (7)
595IEnumerator<T> IEnumerable<T>.GetEnumerator() => GetEnumerator(); 871Enumerator mine = this.GetEnumerator(); 872Enumerator theirs = asSorted.GetEnumerator(); 1010Enumerator mine = this.GetEnumerator(); 1011Enumerator theirs = asSorted.GetEnumerator(); 1298Enumerator mine = GetEnumerator(); 1299Enumerator theirs = asSorted.GetEnumerator();