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