6 references to Union
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedSet.cs (3)
67
return ImmutableSortedSet<T>.Empty.
Union
(items);
79
return ImmutableSortedSet<T>.Empty.WithComparer(comparer).
Union
(items);
168
return ImmutableSortedSet<TSource>.Empty.WithComparer(comparer).
Union
(source);
System\Collections\Immutable\ImmutableSortedSet_1.cs (3)
310
return immutableSortedSet.
Union
(this);
358
result = result.
Union
(this);
654
return this.
Union
(other);