2 writes to _channel
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1731_channel = channel; 1773_channel = channel ?? throw Fx.AssertAndThrow("Argument channel cannot be null. Caller must call Fault or Close instead.");
4 references to _channel
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
1781if (_channel != null) 1783channel = _channel; 1844if (_channel != null) 1852return (true, _channel);