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