2 writes to _numChars
System.ServiceModel.Internals (2)
System\Runtime\UrlUtility.cs (2)
414
_numChars
+= _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars);
435
_charBuffer[
_numChars
++] = ch;
3 references to _numChars
System.ServiceModel.Internals (3)
System\Runtime\UrlUtility.cs (3)
414
_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer,
_numChars
);
465
if (
_numChars
> 0)
467
return new String(_charBuffer, 0,
_numChars
);