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