2 implementations of Replace
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
297public void Replace(T existingItem, T newItem)
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
177public void Replace(T existingItem, T newItem) => throw new NotSupportedException();