9 references to EqualityComparersAreEqual
Microsoft.CodeAnalysis.CodeStyle (9)
SegmentedHashSet`1.cs (8)
95if (collection is SegmentedHashSet<T> otherAsHashSet && EqualityComparersAreEqual(this, otherAsHashSet)) 449if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 516if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 545if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 593if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 637EqualityComparersAreEqual(this, otherAsSet) && 673if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet)) 739if (other is SegmentedHashSet<T> otherAsSet && EqualityComparersAreEqual(this, otherAsSet))
SegmentedHashSetEqualityComparer`1.cs (1)
36if (SegmentedHashSet<T>.EqualityComparersAreEqual(x, y))