2 overrides of IsProperSupersetOfCore
System.Collections.Immutable (2)
System\Collections\Frozen\EmptyFrozenSet.cs (1)
30private protected override bool IsProperSupersetOfCore(IEnumerable<T> other) => false;
System\Collections\Frozen\FrozenSetInternalBase.cs (1)
58private protected override bool IsProperSupersetOfCore(IEnumerable<T> other)
1 reference to IsProperSupersetOfCore
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
400return IsProperSupersetOfCore(other);