2 instantiations of Enumerator
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\SegmentedDictionary`2.cs (2)
1519=> new Enumerator(_dictionary); 1572return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>()))!;
1 reference to Enumerator
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\SegmentedDictionary`2.cs (1)
1518public Enumerator GetEnumerator()