2 writes to _numChars
System.ServiceModel.Internals (2)
System\Runtime\UrlUtility.cs (2)
414_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 435_charBuffer[_numChars++] = ch;
3 references to _numChars
System.ServiceModel.Internals (3)
System\Runtime\UrlUtility.cs (3)
414_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 465if (_numChars > 0) 467return new String(_charBuffer, 0, _numChars);