3 references to ContainsAllElements
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenSetInternalBase.cs (3)
75
return _thisSet.Count > otherCount &&
ContainsAllElements
(otherAsSet);
125
return
ContainsAllElements
(other);
152
return _thisSet.Count == otherAsSet.Count &&
ContainsAllElements
(otherAsSet);