2 implementations of ImportItemsOfType
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
326
public void
ImportItemsOfType
(string itemType, IEnumerable<T> items)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
168
public void
ImportItemsOfType
(string itemType, IEnumerable<T> items) => throw new NotSupportedException();
1 reference to ImportItemsOfType
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
606
PrimaryTable.
ImportItemsOfType
(itemType, group);