8 references to Remove
Microsoft.Build (1)
Evaluation\Preprocessor.cs (1)
352
clone.Attributes.
Remove
(clone.Attributes[XMakeAttributes.sdk]);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
1353
currentNode.Attributes.
Remove
(attribute);
1568
node.Attributes.
Remove
(sourceAttribute);
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
829
root.Attributes.
Remove
(xmlAttribute);
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
1491
attr.OwnerElement!.Attributes.
Remove
(attr);
System.Private.Xml (3)
System\Xml\Dom\XmlAttributeCollection.cs (1)
331
attr.OwnerElement!.Attributes.
Remove
(attr);
System\Xml\Dom\XmlElement.cs (2)
322
return (XmlAttribute?)Attributes.
Remove
(oldAttr);
400
Attributes.
Remove
(attr);