3 references to PropertyXml
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (3)
28
public string Value { get =>
PropertyXml
.Value; set =>
PropertyXml
.Value = value; }
29
public void ChangeName(string newName) {
PropertyXml
.Name = newName; }