5 instantiations of DictionaryEnumerator
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
645new DictionaryEnumerator<TKey, TValue>(GetEnumerator());
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
297return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
715return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
372return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
612return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());