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)
612int bytes = _utf8Encoding.GetBytes(value, i - 1, 1, _byteBuffer!, 0); 616Write(((uint)_byteBuffer![j]).ToString("X2", CultureInfo.InvariantCulture));