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