2 overrides of IsSupersetOfCore
System.Collections.Immutable (2)
System\Collections\Frozen\EmptyFrozenSet.cs (1)
36
private protected override bool
IsSupersetOfCore
(IEnumerable<T> other) => OtherIsEmpty(other);
System\Collections\Frozen\FrozenSetInternalBase.cs (1)
101
private protected override bool
IsSupersetOfCore
(IEnumerable<T> other)
1 reference to IsSupersetOfCore
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
420
return
IsSupersetOfCore
(other);