18 references to _listener
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (18)
57if (_listener != null) 59_listener.Faulted += new EventHandler(OnListenerFaulted); 159get { return _listener; } 389if (_listener != null) 391_listener.Abort(); 407if (_listener != null) 409_listener.Close(timeoutHelper.RemainingTime()); 425if (_listener != null) 427list.Add(_listener); 460if (_listener != null) 464_listener.Open(timeout); 491return new InvalidOperationException(string.Format(SRServiceModel.SFxChannelDispatcherUnableToOpen1, _listener.Uri), e); 495return new InvalidOperationException(string.Format(SRServiceModel.SFxChannelDispatcherUnableToOpen2, _listener.Uri, endpointContractNames), e); 536if (_listener != null) 540return _listener.BeginOpen(timeout, callback, state); 555if (_listener != null) 559_listener.EndOpen(result); 609IListenerBinder binder = ListenerBinder.GetBinder(_listener, _messageVersion);