1 write to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1573this.connectionBufferPool = new ConnectionBufferPool(bufferSize);
1 reference to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
1578return new SocketConnection(socket, this.connectionBufferPool, false);