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