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