3 references to PrependChild
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
394
case DocumentXmlWriterType.
PrependChild
:
547
case DocumentXmlWriterType.
PrependChild
:
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1527
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
PrependChild
, _source, _document);