Implemented interface members:
method
SetEquals
System.Collections.Immutable.IImmutableSet<T>.SetEquals(System.Collections.Generic.IEnumerable<T>)
14 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)
1311Debug.Assert(existingGeneratedCodeSymbols.SetEquals(generatedCodeSymbols));
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAnalysisData.cs (1)
169Debug.Assert(newCopyEntities.SetEquals(currentValue.AnalysisEntities));
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAnalysis.ValueContentAbstractDomain.cs (1)
35if (oldValue.LiteralValues.SetEquals(newValue.LiteralValues))
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\IDEDiagnosticIdToOptionMappingHelper.cs (1)
87Debug.Assert(!map.TryGetValue(diagnosticId, out var existingOptions) || options.SetEquals(existingOptions));
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\IDEDiagnosticIdToOptionMappingHelper.cs (1)
87Debug.Assert(!map.TryGetValue(diagnosticId, out var existingOptions) || options.SetEquals(existingOptions));
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\IStreamingFindReferencesProgress.cs (1)
48=> this == group || (group != null && Symbols.SetEquals(group.Symbols));
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
235/// <inheritdoc cref="ImmutableHashSet{T}.SetEquals(IEnumerable{T})"/>