10 references to SetMetadataValue
Microsoft.Build (7)
Definition\Project.cs (3)
101/// - <see cref="ProjectItem.SetMetadataValue(string,string)"/> 1992/// - <see cref="ProjectItem.SetMetadataValue(string,string)"/> 3637item.SetMetadataValue(metadatum.Key, metadatum.Value);
Definition\ProjectItem.cs (4)
285/// This is a read-only collection. To modify the metadata, use <see cref="SetMetadataValue(string, string)"/>. 322/// This is a read-only collection. To modify the metadata, use <see cref="SetMetadataValue(string, string)"/>. 559/// Overload of <see cref="SetMetadataValue(string,string)"/>. Adds the option of not splitting the item element and thus affecting all sibling items. 843SetMetadataValue(metadatum.Name, metadatum.EvaluatedValueEscaped);
NuGet.CommandLine.XPlat (3)
Utility\MSBuildAPIUtility.cs (3)
597packageReferenceItem.SetMetadataValue(VERSION_TAG, packageVersion); 692packageReferenceItem.SetMetadataValue(IncludeAssets, includeFlags); 698packageReferenceItem.SetMetadataValue(PrivateAssets, suppressParent);