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