1 write to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
89
this.
connectionBufferPool
= connectionBufferPool;
2 references to connectionBufferPool
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
90
this.readBuffer = this.
connectionBufferPool
.Take();
1399
this.
connectionBufferPool
.Return(this.readBuffer);