3 references to GetEnumerator
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
728return _root.GetEnumerator();
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (2)
168return this.GetEnumerator(); 179return this.GetEnumerator();