3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (3)
612
return new DictionaryEnumerator<TKey, TValue>(this.
GetEnumerator
());
700
this.
GetEnumerator
();
715
return this.
GetEnumerator
();