2 implementations of RemoveItemsOfType
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
350
public void
RemoveItemsOfType
(string itemType, IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
142
public void
RemoveItemsOfType
(string itemType, IEnumerable<T> other) => throw new NotSupportedException();
1 reference to RemoveItemsOfType
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
390
_baseItems.
RemoveItemsOfType
(kvp.Key, kvp.Value);