2 references to IsProperSubsetOf
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
298return ImmutableHashSet<T>.IsProperSubsetOf(other, this.Origin);
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
300return IsProperSubsetOf(other, this.Origin);