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