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