2 implementations of Set
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
344
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)
1868
_directMetadata.
Set
(metadatum);
1890
_directMetadata.
Set
(metadatum);