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