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