2 writes to _numChars
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (2)
422
_numChars
+= _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars);
443
_charBuffer[
_numChars
++] = ch;
3 references to _numChars
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (3)
422
_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer,
_numChars
);
473
if (
_numChars
> 0)
475
return new String(_charBuffer, 0,
_numChars
);