Implemented interface member:
method
SymmetricExceptWith
System.Collections.Generic.ISet<T>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<T>)
2 references to SymmetricExceptWith
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedHashSetTest.cs (1)
209expectedSet.SymmetricExceptWith(otherCollection);
Collections\ImmutableSetTest.nonnetstandard.cs (1)
128expectedSet.SymmetricExceptWith(otherCollection);