16 references to AddNodeSkipNotify
System.Private.Xml.Linq (16)
System\Xml\Linq\XContainer.cs (16)
473
AddNodeSkipNotify
(n);
491
AddNodeSkipNotify
(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);