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