System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (12)
229ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Add(item, this.Origin);
244ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Remove(item, this.Origin);
258return ImmutableHashSet<T>.Contains(item, this.Origin);
287ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Intersect(other, this.Origin);
298return ImmutableHashSet<T>.IsProperSubsetOf(other, this.Origin);
308return ImmutableHashSet<T>.IsProperSupersetOf(other, this.Origin);
318return ImmutableHashSet<T>.IsSubsetOf(other, this.Origin);
328return ImmutableHashSet<T>.IsSupersetOf(other, this.Origin);
338return ImmutableHashSet<T>.Overlaps(other, this.Origin);
353return ImmutableHashSet<T>.SetEquals(other, this.Origin);
362ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.SymmetricExcept(other, this.Origin);
372ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.Union(other, this.Origin);