1 instantiation of ConnectionBufferPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
428
_connectionBufferPool = new
ConnectionBufferPool
(bufferSize);
4 references to ConnectionBufferPool
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
40
public CoreClrSocketConnection(Socket socket,
ConnectionBufferPool
connectionBufferPool)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
43
private
ConnectionBufferPool
_connectionBufferPool;
45
public SocketConnection(
ConnectionBufferPool
connectionBufferPool)
423
protected
ConnectionBufferPool
_connectionBufferPool;