2 instantiations of StreamedConnectionPoolHelper
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
546
this.connectionPoolHelper = new
StreamedConnectionPoolHelper
(channel);
633
this.connectionPoolHelper = new
StreamedConnectionPoolHelper
(channel);
4 references to StreamedConnectionPoolHelper
System.ServiceModel (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
491
StreamedConnectionPoolHelper
connectionPoolHelper;
493
public ClientSingletonConnectionReader(IConnection connection,
StreamedConnectionPoolHelper
connectionPoolHelper,
540
StreamedConnectionPoolHelper
connectionPoolHelper;
620
StreamedConnectionPoolHelper
connectionPoolHelper;