2 writes to _channel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
61_channel = channel; 458_channel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager);
21 references to _channel
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (21)
126get { return _channel; } 345_requestInfo.Channel = _channel; 449if (_channel == null) 453if (_channel == null) 459this.InitializeServiceChannel(_channel); 465if (_channel == null) 471endpoint = _channel.EndpointDispatcher; 473return _channel; 504else if (_channel != null) 506DispatchRuntime dispatchBehavior = _channel.ClientRuntime.CallbackDispatchRuntime; 507dispatchBehavior.ChannelDispatcher.ProvideFault(e, _channel.GetProperty<FaultConverter>(), ref faultInfo); 528else if (_channel != null) 530return _channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo); 644if (_channel != null) 646_channel.HandleReceiveComplete(context); 900else if (_channel != null && _channel.IsClient) 902enableFaults = _channel.ClientRuntime.EnableFaults; 919var state = new ContinuationState { ChannelHandler = this, Channel = _channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply }; 1174this.HandleError(e, request, _channel); 1209this.HandleError(e, request, _channel);