2 implementations of IsSubsetOf
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
50
public bool
IsSubsetOf
(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
49
public bool
IsSubsetOf
(IEnumerable<T> other)