2 implementations of Set
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
337
public void
Set
(T projectProperty)
Instance\ImmutableProjectCollections\ImmutablePropertyCollectionConverter.cs (1)
35
public void
Set
(T projectProperty) => throw new NotSupportedException();
2 references to Set
Microsoft.Build (2)
Instance\ProjectItemInstance.cs (2)
1862
_directMetadata.
Set
(metadatum);
1884
_directMetadata.
Set
(metadatum);