1 write to _end
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
120
_end
= value;
3 references to _end
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (3)
455
if (_start !=
_end
)
457
if (!DocumentXPathNavigator.IsFollowingSibling(_start,
_end
))
465
DocumentXPathNavigator.DeleteToFollowingSibling(_start.NextSibling,
_end
);