1 write to _end
System.Private.Xml (1)
System\Xml\Dom\DocumentXmlWriter.cs (1)
112
_end
= value;
3 references to _end
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (3)
462
if (_start !=
_end
)
464
if (!DocumentXPathNavigator.IsFollowingSibling(_start,
_end
))
473
DocumentXPathNavigator.DeleteToFollowingSibling(_start.NextSibling!,
_end
);