2 implementations of IsSupersetOf
Microsoft.CodeAnalysis.Extensions.Package (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
55
public bool
IsSupersetOf
(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
54
public bool
IsSupersetOf
(IEnumerable<T> other)