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