4 references to Add
System.Private.Xml.Linq (4)
System\Xml\Linq\XContainer.cs (1)
215new Inserter(this, null).Add(content);
System\Xml\Linq\XNode.cs (3)
110new Inserter(parent, this).Add(content); 157new Inserter(parent, p).Add(content); 549new Inserter(c, p).Add(content);