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