Base:
method
WriteNamespaceDeclaration
System.Xml.XmlRawWriter.WriteNamespaceDeclaration(System.String, System.String)
2 references to WriteNamespaceDeclaration
System.Xml (2)
System\Xml\XPath\XPathDocument.cs (2)
196builder.WriteNamespaceDeclaration(string.Empty, reader.Value); 200builder.WriteNamespaceDeclaration(reader.LocalName, reader.Value);