2 references to SetOrRemoveAttribute
Microsoft.Build (2)
Construction\ProjectTargetElement.cs (1)
270
XmlAttributeWithLocation returnsAttribute = ProjectXmlUtilities.
SetOrRemoveAttribute
(
Xml\ProjectXmlUtilities.cs (1)
206
return
SetOrRemoveAttribute
(element, name, value, false /* remove the attribute if setting to empty string */);