2 references to Except
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
277ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Except(other, _equalityComparer, _hashBucketEqualityComparer, _root);
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
257ImmutableHashSet<T>.MutationResult result = Except(other, _equalityComparer, _hashBucketEqualityComparer, _root);