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)
209
expectedSet.
SymmetricExceptWith
(otherCollection);
Collections\ImmutableSetTest.nonnetstandard.cs (1)
128
expectedSet.
SymmetricExceptWith
(otherCollection);