8 references to SetMetadataValue
Microsoft.Build (3)
Definition\Project.cs (2)
102
/// - <see cref="ProjectItem.
SetMetadataValue
(string,string, bool)"/>
1993
/// - <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)
2157
var metadata = project.GetItems("I").FirstOrDefault().
SetMetadataValue
("M", "$(P);@(Foo)", true);
2184
var metadata = item.
SetMetadataValue
("M", "V", true);
2222
items.First().
SetMetadataValue
("M2", "V2", true);
2282
items.First().
SetMetadataValue
("M1", "V2", true);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (1)
32
=> this.OwningCollection.Export<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Source.
SetMetadataValue
(name, unevaluatedValue, propagateMetadataToSiblingItems));