2 instantiations of Enumerator
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
1309=> new Enumerator(_dictionary); 1362return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>()))!;
1 reference to Enumerator
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1308public Enumerator GetEnumerator()