1 write to _charBuffer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (1)
432_charBuffer = new char[bufferSize];
3 references to _charBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (3)
422_numChars += _encoding.GetChars(_byteBuffer, 0, _numBytes, _charBuffer, _numChars); 443_charBuffer[_numChars++] = ch; 475return new String(_charBuffer, 0, _numChars);