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