1 write to service
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (1)
23this.service = service;
15 references to service
System.ServiceModel (15)
System\ServiceModel\Dispatcher\ChannelDispatcherCollection.cs (15)
32if (this.service != null) 35this.service.OnRemoveChannelDispatcher(channelDispatcher); 41if (this.service != null) 43if (this.service.State == CommunicationState.Closed) 44throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.service.GetType().ToString())); 46this.service.OnAddChannelDispatcher(item); 56if (this.service != null) 57this.service.OnRemoveChannelDispatcher(channelDispatcher); 62if (this.service != null) 64if (this.service.State == CommunicationState.Closed) 65throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ObjectDisposedException(this.service.GetType().ToString())); 68if (this.service != null) 69this.service.OnAddChannelDispatcher(item); 79if (this.service != null) 80this.service.OnRemoveChannelDispatcher(old);