7 references to Union
Microsoft.CodeAnalysis.Workspaces (7)
src\Dependencies\Collections\ImmutableSegmentedHashSet.cs (6)
23=> ImmutableSegmentedHashSet<T>.Empty.Union(items); 35=> ImmutableSegmentedHashSet<T>.Empty.WithComparer(equalityComparer).Union(items); 51return ImmutableSegmentedHashSet<T>.Empty.Union(items); 60return ImmutableSegmentedHashSet<T>.Empty.WithComparer(equalityComparer).Union(items); 69return ImmutableSegmentedHashSet<TSource>.Empty.Union(source); 78return ImmutableSegmentedHashSet<TSource>.Empty.WithComparer(equalityComparer).Union(source);
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
342=> Union(other);