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; 65return _readBuffer; 398if (_readBuffer != null && !_aborted) 400_connectionBufferPool.Return(_readBuffer);