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