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