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); 457if (_byteBuffer == null) 462_byteBuffer[_numBytes++] = b;