2 writes to encoding
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\TextOutput.cs (2)
26
this.
encoding
= processor.Output.Encoding;
37
this.
encoding
= writer.Encoding;
4 references to encoding
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
169
Write(this.
encoding
.WebName);
249
if (this.
encoding
!= null) {
251
Write(this.
encoding
.WebName);
System\Xml\Xsl\XsltOld\TextOutput.cs (1)
27
this.writer = new StreamWriter(stream, this.
encoding
);