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