9 references to EqualityComparersAreEqual
Microsoft.Build (9)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
39
if (SegmentedHashSet<T>.
EqualityComparersAreEqual
(x, y))
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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))