3 implementations of IsProperSupersetOf
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
104
public bool
IsProperSupersetOf
(IEnumerable<T> other)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.Empty.Set.cs (1)
42
public bool
IsProperSupersetOf
(IEnumerable<T> other)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs (1)
42
public bool
IsProperSupersetOf
(IEnumerable<T> other)
1 reference to IsProperSupersetOf
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
105
=> Set.
IsProperSupersetOf
(other);