1 write to start
System.Xml (1)
System\Xml\Dom\DocumentXmlWriter.cs (1)
69
this.
start
= start;
15 references to start
System.Xml (15)
System\Xml\Dom\DocumentXmlWriter.cs (15)
314
XmlNode parent =
start
.ParentNode;
319
parent.InsertAfter(fragment[i],
start
);
323
parent =
start
.ParentNode;
328
parent.InsertBefore(fragment[i],
start
);
333
start
.PrependChild(fragment[i]);
338
start
.AppendChild(fragment[i]);
358
XmlElement elem =
start
as XmlElement;
378
XmlNode parent =
start
.ParentNode;
382
if (
start
!= end) {
383
if (!DocumentXPathNavigator.IsFollowingSibling(
start
, end)) {
386
if (
start
.IsReadOnly) {
389
DocumentXPathNavigator.DeleteToFollowingSibling(
start
.NextSibling, end);
392
parent.ReplaceChild(fragment0,
start
);
443
XmlNode parent =
start
.ParentNode;
456
nodeType =
start
.NodeType;