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