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