2 references to RemoveAttribute
System.Private.Xml.Linq (2)
System\Xml\Linq\XAttribute.cs (1)
183((XElement)parent).RemoveAttribute(this);
System\Xml\Linq\XElement.cs (1)
1220if (a != null) RemoveAttribute(a);