3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (3)
386return new DictionaryEnumerator<TKey, TValue>(this.GetEnumerator()); 539return this.GetEnumerator(); 547return this.GetEnumerator();