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