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)
68protected override IAsyncRequest CreateAsyncRequest(Message message) => new StreamedConnectionPoolHelper.StreamedFramingAsyncRequest(this); 154private StreamedConnectionPoolHelper _connectionPoolHelper; 156public ClientSingletonConnectionReader(IConnection connection, StreamedConnectionPoolHelper connectionPoolHelper, 202private StreamedConnectionPoolHelper _connectionPoolHelper;