2 implementations of AddRange
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
248
public void
AddRange
(IEnumerable<T> projectItems)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
73
public void
AddRange
(IEnumerable<T> projectItems) => throw new NotSupportedException();