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