16 references to AddNodeSkipNotify
System.Private.Xml.Linq (16)
System\Xml\Linq\XContainer.cs (16)
473AddNodeSkipNotify(n); 491AddNodeSkipNotify(new XElement(x)); 988_currentContainer.AddNodeSkipNotify(e); 1000_currentContainer.AddNodeSkipNotify(new XCData(r.Value)); 1003_currentContainer.AddNodeSkipNotify(new XComment(r.Value)); 1006_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, r.Value)); 1009_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value)); 1049_currentContainer.AddNodeSkipNotify(e); 1061_currentContainer.AddNodeSkipNotify(new XCData(await r.GetValueAsync().ConfigureAwait(false))); 1064_currentContainer.AddNodeSkipNotify(new XComment(await r.GetValueAsync().ConfigureAwait(false))); 1067_currentContainer.AddNodeSkipNotify(new XProcessingInstruction(r.Name, await r.GetValueAsync().ConfigureAwait(false))); 1070_currentContainer.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), await r.GetValueAsync().ConfigureAwait(false))); 1129_currentContainer.AddNodeSkipNotify(e); 1200_currentContainer.AddNodeSkipNotify(newNode); 1253_currentContainer.AddNodeSkipNotify(e); 1324_currentContainer.AddNodeSkipNotify(newNode);