7 implementations of SymmetricExcept
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
338IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
338IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedHashSet`1.cs (1)
338IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
338IImmutableSet<T> IImmutableSet<T>.SymmetricExcept(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
338IImmutableSet<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)
1 reference to SymmetricExcept
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSetTest.nonnetstandard.cs (1)
130var actualSet = set.SymmetricExcept(otherCollection);