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