2 references to Enumerator
Microsoft.Build (2)
SegmentedDictionary`2.cs (2)
1311=> new Enumerator(_dictionary); 1364return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>()))!;