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