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