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)
946if (_numBytes > 0) { 947_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 961if (_numBytes > 0) 985if (_numBytes > 0)