1 write to _byteBuffer
System.Web.HttpUtility (1)
System\Web\Util\HttpEncoder.cs (1)
641_byteBuffer = byteBuffer;
3 references to _byteBuffer
System.Web.HttpUtility (3)
System\Web\Util\HttpEncoder.cs (3)
632Debug.Assert(!_byteBuffer.IsEmpty); 633_numChars += _encoding.GetChars(_byteBuffer.Slice(0, _numBytes), _charBuffer.Slice(_numChars)); 666_byteBuffer[_numBytes++] = b;