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