2 writes to _numBytes
System.Web (2)
Util\HttpEncoder.cs (2)
948
_numBytes
= 0;
980
_byteBuffer[
_numBytes
++] = b;
4 references to _numBytes
System.Web (4)
Util\HttpEncoder.cs (4)
946
if (
_numBytes
> 0) {
947
_numChars += _encoding.GetChars(_byteBuffer, 0,
_numBytes
, _charBuffer, _numChars);
961
if (
_numBytes
> 0)
985
if (
_numBytes
> 0)