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