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