3 references to AppendChild
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (2)
404
case DocumentXmlWriterType.
AppendChild
:
561
case DocumentXmlWriterType.
AppendChild
:
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1529
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
AppendChild
, _source, _document);