1 write to end
System.Xml (1)
System\Xml\Dom\DocumentXmlWriter.cs (1)
106end = value;
3 references to end
System.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (3)
382if (start != end) { 383if (!DocumentXPathNavigator.IsFollowingSibling(start, end)) { 389DocumentXPathNavigator.DeleteToFollowingSibling(start.NextSibling, end);