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