8 references to SetMetadataValue
Microsoft.Build (3)
Definition\Project.cs (2)
96
/// - <see cref="ProjectItem.
SetMetadataValue
(string,string, bool)"/>
1987
/// - <see cref="ProjectItem.
SetMetadataValue
(string,string, bool)"/>
ObjectModelRemoting\DefinitionObjectsLinks\ProjectItemLink.cs (1)
59
/// Facilitate remoting the <see cref="ProjectItem.
SetMetadataValue
(string, string, bool)"/>.
Microsoft.Build.Engine.OM.UnitTests (5)
Definition\ProjectItem_Tests.cs (4)
2159
var metadata = project.GetItems("I").FirstOrDefault().
SetMetadataValue
("M", "$(P);@(Foo)", true);
2186
var metadata = item.
SetMetadataValue
("M", "V", true);
2224
items.First().
SetMetadataValue
("M2", "V2", true);
2284
items.First().
SetMetadataValue
("M1", "V2", true);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (1)
32
=> this.OwningCollection.Export<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Source.
SetMetadataValue
(name, unevaluatedValue, propagateMetadataToSiblingItems));