3 references to PropertyLink
Microsoft.Build (3)
Construction\ProjectPropertyElement.cs (3)
68
get => Link != null ?
PropertyLink
.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
75
PropertyLink
.Value = value;
117
PropertyLink
.ChangeName(newName);