2 writes to _numChars
System.Web (2)
Util\HttpEncoder.cs (2)
947_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 964_charBuffer[_numChars++] = ch;
3 references to _numChars
System.Web (3)
Util\HttpEncoder.cs (3)
947_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 988if (_numChars > 0) 989return new String(_charBuffer, 0, _numChars);