4 instantiations of Inserter
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
1541
new
Inserter
(parent, this).Add(content);
1586
new
Inserter
(parent, p).Add(content);
1881
new
Inserter
(c, p).Add(content);
2489
new
Inserter
(this, null).Add(content);