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