3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
715return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator()); 810this.GetEnumerator(); 825return this.GetEnumerator();