1 write to _connectionPoolHelper
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
161_connectionPoolHelper = connectionPoolHelper;
4 references to _connectionPoolHelper
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
166get { return _connectionPoolHelper.Decoder.StreamPosition; } 173int bytesRead = _connectionPoolHelper.Decoder.Decode(buffer, offset, size); 180switch (_connectionPoolHelper.Decoder.CurrentState) 195protected override void OnClose(TimeSpan timeout) => _connectionPoolHelper.Close(timeout);