7 overrides of WriteXmlDeclaration
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
465
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
107
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
301
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
251
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
469
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
203
internal override void
WriteXmlDeclaration
(string xmldecl)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
134
internal override void
WriteXmlDeclaration
(string xmldecl)
4 references to WriteXmlDeclaration
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
109
_wrapped.
WriteXmlDeclaration
(xmldecl);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
305
_wrapped.
WriteXmlDeclaration
(xmldecl);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
201
rawWriter.
WriteXmlDeclaration
(page[idxEvent].String1);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
948
_rawWriter.
WriteXmlDeclaration
(text);