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