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