5 overrides of WriteEndNamespaceDeclaration
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
243internal override void WriteEndNamespaceDeclaration()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
346internal override void WriteEndNamespaceDeclaration()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
461internal override void WriteEndNamespaceDeclaration()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
399internal override void WriteEndNamespaceDeclaration()
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
265internal override void WriteEndNamespaceDeclaration()
4 references to WriteEndNamespaceDeclaration
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
245_wrapped.WriteEndNamespaceDeclaration();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
348_wrapped.WriteEndNamespaceDeclaration();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
788_rawWriter.WriteEndNamespaceDeclaration(); 822_rawWriter.WriteEndNamespaceDeclaration();