3 references to GetEnumerator
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
24
_enumerator = dictionary.
GetEnumerator
();
63
_enumerator = _dictionary.
GetEnumerator
();
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
391
GetEnumerator
();