9 overrides of WriteNamespaceDeclaration
System.Private.Xml (9)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
489internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
System\Xml\Core\QueryOutputWriter.cs (1)
226internal override void WriteNamespaceDeclaration(string prefix, string ns)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
325internal override void WriteNamespaceDeclaration(string prefix, string ns)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
410internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
System\Xml\Core\XmlEventCache.cs (1)
482internal override void WriteNamespaceDeclaration(string prefix, string ns)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
345internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
System\Xml\Dom\DocumentXmlWriter.cs (1)
230internal override void WriteNamespaceDeclaration(string prefix, string ns)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
132internal override void WriteNamespaceDeclaration(string prefix, string ns)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
224internal override void WriteNamespaceDeclaration(string prefix, string ns)
13 references to WriteNamespaceDeclaration
System.Private.Xml (13)
System\Xml\Core\QueryOutputWriter.cs (1)
228_wrapped.WriteNamespaceDeclaration(prefix, ns);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
328_wrapped.WriteNamespaceDeclaration(prefix, ns);
System\Xml\Core\XmlEventCache.cs (1)
219rawWriter.WriteNamespaceDeclaration(page[idxEvent].String1!, page[idxEvent].String2!);
System\Xml\Core\XmlWellFormedWriter.cs (2)
762_rawWriter.WriteNamespaceDeclaration(string.Empty, value); 799_rawWriter.WriteNamespaceDeclaration(_curDeclPrefix, value);
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
99rawWriter.WriteNamespaceDeclaration(prefix, namespaceUri);
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
135_wrapped!.WriteNamespaceDeclaration(prefix, ns);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
547Writer!.WriteNamespaceDeclaration(prefix, ns); 1322Writer!.WriteNamespaceDeclaration(prefix!, ns!);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
315_xwrt.WriteNamespaceDeclaration(nav.LocalName, nav.Value); 340_xwrt.WriteNamespaceDeclaration(prefix, ns);
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (2)
45_wr.WriteNamespaceDeclaration(string.Empty, attrInfo.Value); 47_wr.WriteNamespaceDeclaration(attrInfo.LocalName, attrInfo.Value);