22 implementations of IsProperSupersetOf
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
104public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
665public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
665public bool IsProperSupersetOf(IEnumerable<T> other)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)
Microsoft.CodeAnalysis (5)
Collections\OrderedSet.cs (1)
92public bool IsProperSupersetOf(IEnumerable<T> other)
InternalUtilities\SetWithInsertionOrder.cs (1)
104public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
665public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
104public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
665public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
45public bool IsProperSupersetOf(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
44public bool IsProperSupersetOf(IEnumerable<T> other)
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1256public bool IsProperSupersetOf(IEnumerable<T> other)
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenSet.cs (1)
435public bool IsProperSupersetOf(IEnumerable<T> other)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
308public bool IsProperSupersetOf(IEnumerable<T> other)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
485public bool IsProperSupersetOf(IEnumerable<T> other)
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1056public bool IsProperSupersetOf(IEnumerable<T> other)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
51public bool IsProperSupersetOf(IEnumerable<T> other) => _set.IsProperSupersetOf(other);
3 references to IsProperSupersetOf
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
105=> Set.IsProperSupersetOf(other);
Microsoft.CodeAnalysis (1)
InternalUtilities\SetWithInsertionOrder.cs (1)
105=> Set.IsProperSupersetOf(other);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
105=> Set.IsProperSupersetOf(other);