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); 473if (_numChars > 0) 475return new String(_charBuffer, 0, _numChars);