3 implementations of UnionWith
Microsoft.Build (3)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
620public void UnionWith(IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
96public void UnionWith(IEnumerable<T> other) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
146public void UnionWith(IEnumerable<ProjectPropertyInstance> other) => throw new NotSupportedException();