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