7 overrides of WriteNamespaceDeclaration
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
482internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
225internal override void WriteNamespaceDeclaration(string prefix, string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
326internal override void WriteNamespaceDeclaration(string prefix, string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
419internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
489internal override void WriteNamespaceDeclaration(string prefix, string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
360internal override void WriteNamespaceDeclaration(string prefix, string namespaceName)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
234internal override void WriteNamespaceDeclaration(string prefix, string ns)
6 references to WriteNamespaceDeclaration
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
227_wrapped.WriteNamespaceDeclaration(prefix, ns);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
329_wrapped.WriteNamespaceDeclaration(prefix, ns);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
225rawWriter.WriteNamespaceDeclaration(page[idxEvent].String1, page[idxEvent].String2);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
792_rawWriter.WriteNamespaceDeclaration(string.Empty, value); 826_rawWriter.WriteNamespaceDeclaration(_curDeclPrefix, value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
103rawWriter.WriteNamespaceDeclaration(prefix, namespaceUri);