2 implementations of IsProperSupersetOf
Microsoft.CodeAnalysis.Collections.Package (2)
Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)