2 references to new
Microsoft.CodeAnalysis.Collections.Package (2)
Segmented\SegmentedHashSet`1.cs (2)
366
public Enumerator GetEnumerator() =>
new
(this);
376
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedHashSet<T>()))!;