1 write to byteBuffer
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
541
this.
byteBuffer
= new byte[utf8Encoding.GetMaxByteCount(1)];
2 references to byteBuffer
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
543
int bytes = this.utf8Encoding.GetBytes(value, i - 1, 1, this.
byteBuffer
, 0);
546
Write(((uint)this.
byteBuffer
[j]).ToString("X2", CultureInfo.InvariantCulture));