1 write to _listener
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
84_listener = listener;
17 references to _listener
System.ServiceModel.Primitives (17)
System\ServiceModel\Dispatcher\ChannelHandler.cs (17)
104Fx.Assert((_idleManager != null) == (Binder.HasSession && _listener.ChannelDispatcher.DefaultCommunicationTimeouts.ReceiveTimeout != TimeSpan.MaxValue), "idle manager is present only when there is a session with a finite receive timeout"); 108if (_listener.State == CommunicationState.Opened) 110_listener.ChannelDispatcher.Channels.IncrementActivityCount(); 419lock (_listener.ThisLock) 423endpoint.DatagramChannel = new ServiceChannel(Binder, endpoint, _listener.ChannelDispatcher, _idleManager); 434return _listener.Endpoints.Lookup(message, out addressMatched); 450Channel = new ServiceChannel(Binder, endpoint, _listener.ChannelDispatcher, _idleManager); 482if (_listener != null) 484_listener.ChannelDispatcher.InitializeChannel((IClientChannel)channel.Proxy); 492if (_listener != null) 494_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? Binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 516if (_listener != null) 518return _listener.ChannelDispatcher.HandleError(e, ref faultInfo); 667_listener.ChannelDispatcher.Channels.DecrementActivityCount(); 795_listener.ChannelDispatcher.Channels.DecrementActivityCount(); 905if (_listener != null) 907enableFaults = _listener.ChannelDispatcher.EnableFaults;