2 writes to encoding
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
265this.encoding = encoding; 286encoding = w.Encoding;
2 references to encoding
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
969if (this.encoding != null) { 972bufBld.Append(this.encoding.WebName);