2 implementations of IsProperSubsetOf
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
40
public bool
IsProperSubsetOf
(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
39
public bool
IsProperSubsetOf
(IEnumerable<T> other)