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