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)
372XmlNode? parent = _start.ParentNode; 380parent.InsertAfter(_fragment[i], _start); 385parent = _start.ParentNode; 393parent.InsertBefore(_fragment[i], _start); 400_start.PrependChild(_fragment[i]); 407_start.AppendChild(_fragment[i]); 432XmlElement? elem = _start as XmlElement; 456XmlNode? parent = _start.ParentNode; 462if (_start != _end) 464if (!DocumentXPathNavigator.IsFollowingSibling(_start, _end)) 468if (_start.IsReadOnly) 473DocumentXPathNavigator.DeleteToFollowingSibling(_start.NextSibling!, _end); 477parent.ReplaceChild(fragment0, _start); 544XmlNode? parent = _start.ParentNode; 562nodeType = _start.NodeType;