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