1 write to _byteBuffer
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
610
_byteBuffer
= new byte[_utf8Encoding.GetMaxByteCount(1)];
2 references to _byteBuffer
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
612
int bytes = _utf8Encoding.GetBytes(value, i - 1, 1,
_byteBuffer
!, 0);
616
Write(((uint)
_byteBuffer
![j]).ToString("X2", CultureInfo.InvariantCulture));