2 writes to _readBuffer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
51
_readBuffer
= _connectionBufferPool.Take();
401
_readBuffer
= null;
6 references to _readBuffer
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
895
_asyncReadEventArgs.SetBuffer(
_readBuffer
, 0,
_readBuffer
.Length);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (4)
52
_asyncReadBufferSize =
_readBuffer
.Length;
65
return
_readBuffer
;
398
if (
_readBuffer
!= null && !_aborted)
400
_connectionBufferPool.Return(
_readBuffer
);