5 references to ComparersAreCompatible
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenSetInternalBase.cs (5)
46
if (other is IReadOnlySet<T> otherAsSet &&
ComparersAreCompatible
(otherAsSet))
73
if (other is IReadOnlySet<T> otherAsSet &&
ComparersAreCompatible
(otherAsSet))
90
if (other is IReadOnlySet<T> otherAsSet &&
ComparersAreCompatible
(otherAsSet))
119
ComparersAreCompatible
(otherAsSet))
150
if (other is IReadOnlySet<T> otherAsSet &&
ComparersAreCompatible
(otherAsSet))