2 overrides of AddAttribute
System.Private.Xml.Linq (2)
System\Xml\Linq\XDocument.cs (1)
855internal override void AddAttribute(XAttribute a)
System\Xml\Linq\XElement.cs (1)
1899internal override void AddAttribute(XAttribute a)
1 reference to AddAttribute
System.Private.Xml.Linq (1)
System\Xml\Linq\XContainer.cs (1)
158AddAttribute(a);