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