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)
222
builder.
WriteNamespaceDeclaration
(string.Empty, reader.Value);
227
builder.
WriteNamespaceDeclaration
(reader.LocalName, reader.Value);