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