3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (3)
386
return new DictionaryEnumerator<TKey, TValue>(this.
GetEnumerator
());
539
return this.
GetEnumerator
();
547
return this.
GetEnumerator
();