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