2 implementations of RemoveItemsOfType
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
350public void RemoveItemsOfType(string itemType, IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
142public 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);