1 write to _channel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2039_channel = channel;
8 references to _channel
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ServiceChannel.cs (8)
2044_channel.Closing += (s, e) => 2049_channel.Faulted += (s, e) => 2104_callOnce.Call(_channel, timeout); 2154IAsyncResult result = _callOnce.BeginCall(_channel, timeout, callback, state); 2191_callOnce.EndCall(_channel, result); 2356_manager._channel.Closed -= OnClosed; 2368Complete(false, _manager._channel.CreateClosedException()); 2375_this.Complete(false, _this._manager._channel.GetOpenTimeoutException(_this._timeout));