22 implementations of SetEquals
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
116public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
740public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
65public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
64public bool SetEquals(IEnumerable<T> other)
Microsoft.Build (3)
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Set.cs (1)
65public bool SetEquals(IEnumerable<T> other)
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Set.cs (1)
64public bool SetEquals(IEnumerable<T> other)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
740public bool SetEquals(IEnumerable<T> other)
Microsoft.CodeAnalysis (5)
Collections\OrderedSet.cs (1)
104public bool SetEquals(IEnumerable<T> other)
InternalUtilities\SetWithInsertionOrder.cs (1)
116public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
740public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
65public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
64public bool SetEquals(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
116public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
740public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
65public bool SetEquals(IEnumerable<T> other)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
64public bool SetEquals(IEnumerable<T> other)
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1288public bool SetEquals(IEnumerable<T> other)
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenSet.cs (1)
475public bool SetEquals(IEnumerable<T> other)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
279public bool SetEquals(IEnumerable<T> other)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
369public bool SetEquals(IEnumerable<T> other)
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1131public bool SetEquals(IEnumerable<T> other)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
63public bool SetEquals(IEnumerable<T> other) => _set.SetEquals(other);
3 references to SetEquals
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
117=> Set.SetEquals(other);
Microsoft.CodeAnalysis (1)
InternalUtilities\SetWithInsertionOrder.cs (1)
117=> Set.SetEquals(other);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\SetWithInsertionOrder.cs (1)
117=> Set.SetEquals(other);