3 implementations of IsProperSupersetOf
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
104public bool IsProperSupersetOf(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)
1 reference to IsProperSupersetOf
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
105=> Set.IsProperSupersetOf(other);