22 implementations of SymmetricExcept
GenerateDocumentationAndConfigFiles (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Metrics (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Metrics.Legacy (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
400IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
644IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Test.Utilities (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Text.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
340IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
1 reference to SymmetricExcept
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSetTest.nonnetstandard.cs (1)
130var actualSet = set.SymmetricExcept(otherCollection);