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