3 references to OtherIsEmpty
System.Collections.Immutable (3)
System\Collections\Frozen\EmptyFrozenSet.cs (3)
27
private protected override bool IsProperSubsetOfCore(IEnumerable<T> other) => !
OtherIsEmpty
(other);
36
private protected override bool IsSupersetOfCore(IEnumerable<T> other) =>
OtherIsEmpty
(other);
42
private protected override bool SetEqualsCore(IEnumerable<T> other) =>
OtherIsEmpty
(other);