49 implementations of UnionWith
Microsoft.CodeAnalysis (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.CodeStyle (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.Collections.Package (6)
Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.InteractiveHost (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.Threading.Package (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
371void ISet<T>.UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
108public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
224public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
414public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (1)
72public void UnionWith(IEnumerable<T> other)
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
846public void UnionWith(IEnumerable<T> other)
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenSet.cs (1)
413void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
370public void UnionWith(IEnumerable<T> other)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
472void ISet<T>.UnionWith(IEnumerable<T> other)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
327public void UnionWith(IEnumerable<T> other)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
696void ISet<T>.UnionWith(IEnumerable<T> other)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
93void ISet<T>.UnionWith(IEnumerable<T> other) => throw new NotSupportedException();
6 references to UnionWith
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
701newWarnings.UnionWith(warnings);
Microsoft.CodeAnalysis.UnitTests (5)
Collections\HashSet\ISet_Generic_Tests`1.cs (3)
301set.UnionWith(enumerable); 326Assert.Throws<ArgumentNullException>(() => set.UnionWith(null!)); 334Assert.Throws<NotSupportedException>(() => set.UnionWith(null!));
Collections\ImmutableSetTest.cs (2)
174Assert.Throws<NotSupportedException>(() => set.UnionWith(null!)); 370baselineSet.UnionWith(scenario.Item1);