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