2 overrides of IsProperSubsetOfCore
System.Collections.Immutable (2)
System\Collections\Frozen\EmptyFrozenSet.cs (1)
27private protected override bool IsProperSubsetOfCore(IEnumerable<T> other) => !OtherIsEmpty(other);
System\Collections\Frozen\FrozenSetInternalBase.cs (1)
31private protected override bool IsProperSubsetOfCore(IEnumerable<T> other)
1 reference to IsProperSubsetOfCore
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
390return IsProperSubsetOfCore(other);