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