Base:
method
WriteNamespaceDeclaration
Microsoft.Xml.XmlRawWriter.WriteNamespaceDeclaration(System.String, System.String)
2 references to WriteNamespaceDeclaration
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (2)
222builder.WriteNamespaceDeclaration(string.Empty, reader.Value); 227builder.WriteNamespaceDeclaration(reader.LocalName, reader.Value);