2 references to GetEnumerator
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
31=> new(_dictionary.GetEnumerator());
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
31=> new(_dictionary.GetEnumerator());