2 references to IsSubsetOfSetWithCompatibleComparer
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenSetInternalBase.cs (2)
48return _thisSet.Count < otherCount && IsSubsetOfSetWithCompatibleComparer(otherAsSet); 92return _thisSet.Count <= otherAsSet.Count && IsSubsetOfSetWithCompatibleComparer(otherAsSet);