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