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