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)
107new Inserter(parent, this).Add(content); 154new Inserter(parent, p).Add(content); 546new Inserter(c, p).Add(content);