16 references to AddNodeSkipNotify
System.Private.Xml.Linq (16)
System\Xml\Linq\XContainer.cs (16)
473AddNodeSkipNotify(n); 491AddNodeSkipNotify(new XElement(x)); 915_currentContainer.AddNodeSkipNotify(e); 932_currentContainer.AddNodeSkipNotify(new XCData(r.Value)); 935_currentContainer.AddNodeSkipNotify(new XComment(r.Value)); 938_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, r.Value)); 941_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value)); 971_currentContainer.AddNodeSkipNotify(e); 988_currentContainer.AddNodeSkipNotify(new XCData(await r.GetValueAsync().ConfigureAwait(false))); 991_currentContainer.AddNodeSkipNotify(new XComment(await r.GetValueAsync().ConfigureAwait(false))); 994_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, await r.GetValueAsync().ConfigureAwait(false))); 997_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false))); 1042_currentContainer.AddNodeSkipNotify(e); 1119_currentContainer.AddNodeSkipNotify(newNode); 1158_currentContainer.AddNodeSkipNotify(e); 1235_currentContainer.AddNodeSkipNotify(newNode);