2 references to SegmentedHashSet
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
69public static readonly ImmutableSegmentedHashSet<T> Empty = new(new SegmentedHashSet<T>());
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
376return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedHashSet<T>()))!;