3 references to Union
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (2)
118
ImmutableHashSet<T>.MutationResult result =
Union
(this, new MutationInput(SortedInt32KeyNode<HashBucket>.EmptyNode, value, _hashBucketEqualityComparer, 0));
372
ImmutableHashSet<T>.MutationResult result = ImmutableHashSet<T>.
Union
(other, this.Origin);
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
1038
ImmutableHashSet<T>.MutationResult result =
Union
(items, this.Origin);