3 references to GetEnumerator
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
22
_enumerator = dictionary.
GetEnumerator
();
61
_enumerator = _dictionary.
GetEnumerator
();
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
389
GetEnumerator
();