1 write to endpointDispatchers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
89
this.
endpointDispatchers
= new EndpointDispatcherCollection(this);
10 references to endpointDispatchers
System.ServiceModel (10)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (10)
158
get { return this.
endpointDispatchers
; }
444
for (int i = 0; i < this.
endpointDispatchers
.Count; i++)
446
EndpointDispatcher endpointDispatcher = this.
endpointDispatchers
[i];
473
for (int i = 0; i < this.
endpointDispatchers
.Count; i++)
475
if (null != this.
endpointDispatchers
[i])
477
this.
endpointDispatchers
[i].ReleasePerformanceCounters();
676
for (int i = 0; i < this.
endpointDispatchers
.Count; i++)
678
EndpointDispatcher endpointDispatcher = this.
endpointDispatchers
[i];
820
for (int i = 0; i < this.
endpointDispatchers
.Count; i++)
822
EndpointDispatcher endpoint = this.
endpointDispatchers
[i];