3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (3)
311
return new DictionaryEnumerator<TKey, TValue>(this.
GetEnumerator
());
684
return this.
GetEnumerator
();
695
return this.
GetEnumerator
();