1 write to _start
System.Private.Xml (1)
System\Xml\Dom\DocumentXmlWriter.cs (1)
71
_start
= start;
15 references to _start
System.Private.Xml (15)
System\Xml\Dom\DocumentXmlWriter.cs (15)
372
XmlNode? parent =
_start
.ParentNode;
380
parent.InsertAfter(_fragment[i],
_start
);
385
parent =
_start
.ParentNode;
393
parent.InsertBefore(_fragment[i],
_start
);
400
_start
.PrependChild(_fragment[i]);
407
_start
.AppendChild(_fragment[i]);
432
XmlElement? elem =
_start
as XmlElement;
456
XmlNode? parent =
_start
.ParentNode;
462
if (
_start
!= _end)
464
if (!DocumentXPathNavigator.IsFollowingSibling(
_start
, _end))
468
if (
_start
.IsReadOnly)
473
DocumentXPathNavigator.DeleteToFollowingSibling(
_start
.NextSibling!, _end);
477
parent.ReplaceChild(fragment0,
_start
);
544
XmlNode? parent =
_start
.ParentNode;
562
nodeType =
_start
.NodeType;