9 references to EqualityComparersAreEqual
Microsoft.CodeAnalysis.Collections.Package (9)
Internal\SegmentedHashSetEqualityComparer`1.cs (1)
37if (SegmentedHashSet<T>.EqualityComparersAreEqual(x, y))
SegmentedHashSet`1.cs (8)
110if (collection is SegmentedHashSet<T> otherAsHashSet && EqualityComparersAreEqual(this, otherAsHashSet)) 454if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 521if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 550if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 598if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 642EqualityComparersAreEqual(this, otherAsSet) && 686if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 752if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet))