5 instantiations of DictionaryEnumerator
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
566new DictionaryEnumerator<TKey, TValue>(GetEnumerator());
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
311return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
708return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
386return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
612return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator());