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