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