2 writes to encoding
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\TextOutput.cs (2)
21
this.
encoding
= processor.Output.Encoding;
30
this.
encoding
= writer.Encoding;
4 references to encoding
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
178
Write(this.
encoding
!.WebName);
275
if (this.
encoding
!= null)
278
Write(this.
encoding
.WebName);
System\Xml\Xsl\XsltOld\TextOutput.cs (1)
22
_writer = new StreamWriter(stream, this.
encoding
);