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