1 write to _byteBuffer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (1)
459
_byteBuffer
= new byte[_bufferSize];
3 references to _byteBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\UrlUtility.cs (3)
422
_numChars += _encoding.GetChars(
_byteBuffer
, 0, _numBytes, _charBuffer, _numChars);
457
if (
_byteBuffer
== null)
462
_byteBuffer
[_numBytes++] = b;