2 writes to _numBytes
System.ServiceModel.Internals (2)
System\Runtime\UrlUtility.cs (2)
415
_numBytes
= 0;
454
_byteBuffer[
_numBytes
++] = b;
4 references to _numBytes
System.ServiceModel.Internals (4)
System\Runtime\UrlUtility.cs (4)
412
if (
_numBytes
> 0)
414
_numChars += _encoding.GetChars(_byteBuffer, 0,
_numBytes
, _charBuffer, _numChars);
430
if (
_numBytes
> 0)
460
if (
_numBytes
> 0)