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