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)
40public CoreClrSocketConnection(Socket socket, ConnectionBufferPool connectionBufferPool)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (3)
43private ConnectionBufferPool _connectionBufferPool; 45public SocketConnection(ConnectionBufferPool connectionBufferPool) 423protected ConnectionBufferPool _connectionBufferPool;