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