5 references to Remove
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
818root.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);