3 references to AppendChild
System.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (2)
336
case DocumentXmlWriterType.
AppendChild
:
455
case DocumentXmlWriterType.
AppendChild
:
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1264
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
AppendChild
, source, document);