2 implementations of ImportItems
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
315public void ImportItems(IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
165public void ImportItems(IEnumerable<T> other) => throw new NotSupportedException();
1 reference to ImportItems
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
384SecondaryTable.ImportItems(PrimaryAddTable);