9 references to EqualityComparersAreEqual
Microsoft.CodeAnalysis.Threading.Package (9)
src\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
39
if (SegmentedHashSet<T>.
EqualityComparersAreEqual
(x, y))
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (8)
112
if (collection is SegmentedHashSet<T> otherAsHashSet &&
EqualityComparersAreEqual
(this, otherAsHashSet))
456
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))
523
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))
552
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))
600
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))
644
EqualityComparersAreEqual
(this, otherAsSet) &&
688
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))
754
if (other is SegmentedHashSet<T> otherAsSet &&
EqualityComparersAreEqual
(this, otherAsSet))