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