2 writes to _numBytes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (2)
423
_numBytes
= 0;
462
_byteBuffer[
_numBytes
++] = b;
4 references to _numBytes
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (4)
420
if (
_numBytes
> 0)
422
_numChars += _encoding.GetChars(_byteBuffer, 0,
_numBytes
, _charBuffer, _numChars);
438
if (
_numBytes
> 0)
468
if (
_numBytes
> 0)