1 instantiation of SegmentedHashSetEqualityComparer
Microsoft.CodeAnalysis (1)
SegmentedHashSet`1.cs (1)
950public static IEqualityComparer<SegmentedHashSet<T>> CreateSetComparer() => new SegmentedHashSetEqualityComparer<T>();
1 reference to SegmentedHashSetEqualityComparer
Microsoft.CodeAnalysis (1)
SegmentedHashSetEqualityComparer`1.cs (1)
83public override bool Equals(object? obj) => obj is SegmentedHashSetEqualityComparer<T>;