2 implementations of IsProperSupersetOf
Roslyn.Diagnostics.Analyzers (2)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
45
public bool
IsProperSupersetOf
(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44
public bool
IsProperSupersetOf
(IEnumerable<T> other)