1 write to utf8Encoding
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
540this.utf8Encoding = Encoding.UTF8;
3 references to utf8Encoding
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
539if (this.utf8Encoding == null) { 541this.byteBuffer = new byte[utf8Encoding.GetMaxByteCount(1)]; 543int bytes = this.utf8Encoding.GetBytes(value, i - 1, 1, this.byteBuffer, 0);