2 writes to _numChars
System.ServiceModel.Primitives (2)
Internals\System\Runtime\UrlUtility.cs (2)
426_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 447_charBuffer[_numChars++] = ch;
3 references to _numChars
System.ServiceModel.Primitives (3)
Internals\System\Runtime\UrlUtility.cs (3)
426_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 477if (_numChars > 0) 479return new String(_charBuffer, 0, _numChars);