9 overrides of WriteNamespaceDeclaration
System.Private.Xml (9)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
489
internal override void
WriteNamespaceDeclaration
(string prefix, string namespaceName)
System\Xml\Core\QueryOutputWriter.cs (1)
226
internal override void
WriteNamespaceDeclaration
(string prefix, string ns)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
325
internal override void
WriteNamespaceDeclaration
(string prefix, string ns)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
410
internal override void
WriteNamespaceDeclaration
(string prefix, string namespaceName)
System\Xml\Core\XmlEventCache.cs (1)
482
internal override void
WriteNamespaceDeclaration
(string prefix, string ns)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
345
internal override void
WriteNamespaceDeclaration
(string prefix, string namespaceName)
System\Xml\Dom\DocumentXmlWriter.cs (1)
230
internal override void
WriteNamespaceDeclaration
(string prefix, string ns)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
132
internal override void
WriteNamespaceDeclaration
(string prefix, string ns)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
224
internal 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)
219
rawWriter.
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)
99
rawWriter.
WriteNamespaceDeclaration
(prefix, namespaceUri);
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
135
_wrapped!.
WriteNamespaceDeclaration
(prefix, ns);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
547
Writer!.
WriteNamespaceDeclaration
(prefix, ns);
1322
Writer!.
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);