9 references to AddNodeSkipNotify
System.Xml.Linq (9)
System\Xml\Linq\XLinq.cs (9)
2717
AddNodeSkipNotify
(n);
2732
AddNodeSkipNotify
(new XElement(x));
3043
c.
AddNodeSkipNotify
(e);
3061
c.
AddNodeSkipNotify
(new XCData(r.Value));
3064
c.
AddNodeSkipNotify
(new XComment(r.Value));
3067
c.
AddNodeSkipNotify
(new XProcessingInstruction(r.Name, r.Value));
3073
c.
AddNodeSkipNotify
(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value, r.DtdInfo));
3121
c.
AddNodeSkipNotify
(e);
3191
c.
AddNodeSkipNotify
(n);