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