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