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