2 writes to readBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
90
this.
readBuffer
= this.connectionBufferPool.Take();
1400
this.
readBuffer
= null;
6 references to readBuffer
System.ServiceModel (6)
System\ServiceModel\Channels\SocketConnection.cs (6)
91
this.asyncReadBufferSize = this.
readBuffer
.Length;
127
return
readBuffer
;
1397
if (this.
readBuffer
!= null && !this.aborted)
1399
this.connectionBufferPool.Return(this.
readBuffer
);
1529
this.asyncReadEventArgs.SetBuffer(this.
readBuffer
, 0, this.
readBuffer
.Length);