3 references to Argument_AddAttribute
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (2)
865throw new ArgumentException(SR.Argument_AddAttribute); 870throw new ArgumentException(SR.Argument_AddAttribute);
System\Xml\Linq\XLinq.cs (1)
110if (content is XAttribute) throw new ArgumentException(SR.Argument_AddAttribute);