1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
638_channel = channel;
4 references to _channel
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
654_channel.Send(message, timeout); 683IAsyncResult result = context._channel.BeginSend(message, timeout, s_onSend, this); 688context._channel.EndSend(result); 710thisPtr._context._channel.EndSend(result);