2 implementations of RemoveItems
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
352public void RemoveItems(IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
174public void RemoveItems(IEnumerable<T> other) => throw new NotSupportedException();
1 reference to RemoveItems
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
390SecondaryTable.RemoveItems(PrimaryRemoveTable);