3 references to AppendChild
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
400case DocumentXmlWriterType.AppendChild: 548case DocumentXmlWriterType.AppendChild:
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1544DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.AppendChild, _source, _document);