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