1 write to _listener
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
88_listener = listener;
17 references to _listener
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (17)
108Fx.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"); 112if (_listener.State == CommunicationState.Opened) 114_listener.ChannelDispatcher.Channels.IncrementActivityCount(); 427lock (_listener.ThisLock) 431endpoint.DatagramChannel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager); 442return _listener.Endpoints.Lookup(message, out addressMatched); 458_channel = new ServiceChannel(_binder, endpoint, _listener.ChannelDispatcher, _idleManager); 490if (_listener != null) 492_listener.ChannelDispatcher.InitializeChannel((IClientChannel)channel.Proxy); 500if (_listener != null) 502_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 524if (_listener != null) 526return _listener.ChannelDispatcher.HandleError(e, ref faultInfo); 675_listener.ChannelDispatcher.Channels.DecrementActivityCount(); 795_listener.ChannelDispatcher.Channels.DecrementActivityCount(); 896if (_listener != null) 898enableFaults = _listener.ChannelDispatcher.EnableFaults;