1 write to _connectionBufferPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
428
_connectionBufferPool
= new ConnectionBufferPool(bufferSize);
2 references to _connectionBufferPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
929
return new CoreClrSocketConnection(socket,
_connectionBufferPool
);
946
return new CoreClrSocketConnection(socket,
_connectionBufferPool
);