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)
420if (_numBytes > 0) 422_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 438if (_numBytes > 0) 468if (_numBytes > 0)