1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
636_channel = channel;
4 references to _channel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
652_channel.Send(message, timeout); 681IAsyncResult result = context._channel.BeginSend(message, timeout, s_onSend, this); 686context._channel.EndSend(result); 708thisPtr._context._channel.EndSend(result);