7 overrides of WriteXmlDeclaration
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
425
internal override void
WriteXmlDeclaration
(string xmldecl) {
System\Xml\Core\QueryOutputWriter.cs (1)
98
internal override void
WriteXmlDeclaration
(string xmldecl) {
System\Xml\Core\XmlAutoDetectWriter.cs (1)
263
internal override void
WriteXmlDeclaration
(string xmldecl) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
251
internal override void
WriteXmlDeclaration
( string xmldecl ) {
System\Xml\Core\XmlEventCache.cs (1)
426
internal override void
WriteXmlDeclaration
(string xmldecl) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
207
internal override void
WriteXmlDeclaration
( string xmldecl ) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
118
internal override void
WriteXmlDeclaration
(string xmldecl) {
4 references to WriteXmlDeclaration
System.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (1)
99
this.wrapped.
WriteXmlDeclaration
(xmldecl);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
266
this.wrapped.
WriteXmlDeclaration
(xmldecl);
System\Xml\Core\XmlEventCache.cs (1)
191
rawWriter.
WriteXmlDeclaration
(page[idxEvent].String1);
System\Xml\Core\XmlWellFormedWriter.cs (1)
813
rawWriter.
WriteXmlDeclaration
(text);