Implemented interface members:
method
SetEquals
System.Collections.Immutable.IImmutableSet<T>.SetEquals(System.Collections.Generic.IEnumerable<T>)
10 references to SetEquals
Microsoft.CodeAnalysis (3)
Collections\ImmutableHashSetExtensions.cs (1)
14/// Performs a <see cref="ImmutableHashSet{T}.SetEquals"/> comparison without allocating an intermediate
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1312Debug.Assert(existingGeneratedCodeSymbols.SetEquals(generatedCodeSymbols));
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
233/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\IDEDiagnosticIdToOptionMappingHelper.cs (1)
88Debug.Assert(!map.TryGetValue(diagnosticId, out var existingOptions) || options.SetEquals(existingOptions));
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
233/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedHashSet`1.cs (1)
233/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\IDEDiagnosticIdToOptionMappingHelper.cs (1)
88Debug.Assert(!map.TryGetValue(diagnosticId, out var existingOptions) || options.SetEquals(existingOptions));
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\IStreamingFindReferencesProgress.cs (1)
49=> this == group || (group != null && Symbols.SetEquals(group.Symbols));
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
233/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
233/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>