1 instantiation of StreamedConnectionPoolHelper
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
210
_connectionPoolHelper = new
StreamedConnectionPoolHelper
(channel);
4 references to StreamedConnectionPoolHelper
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
68
protected override IAsyncRequest CreateAsyncRequest(Message message) => new
StreamedConnectionPoolHelper
.StreamedFramingAsyncRequest(this);
154
private
StreamedConnectionPoolHelper
_connectionPoolHelper;
156
public ClientSingletonConnectionReader(IConnection connection,
StreamedConnectionPoolHelper
connectionPoolHelper,
202
private
StreamedConnectionPoolHelper
_connectionPoolHelper;