2 implementations of ImportItems
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
305
public void
ImportItems
(IEnumerable<T> other)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
133
public void
ImportItems
(IEnumerable<T> other) => throw new NotSupportedException();