1 write to connectionBufferPool
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
743this.connectionBufferPool = new ConnectionBufferPool(connectionBufferSize);
4 references to connectionBufferPool
System.ServiceModel (4)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
736if (this.connectionBufferPool != null && (connectionBufferSize == this.connectionBufferPool.BufferSize)) 738return this.connectionBufferPool; 744return this.connectionBufferPool;