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