1 write to pendingChannels
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
92
this.
pendingChannels
= new SynchronizedChannelCollection<IChannel>(this.ThisLock);
3 references to pendingChannels
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
302
get { return this.
pendingChannels
; }
423
for (int i = this.
pendingChannels
.Count - 1; i >= 0; i--)
425
this.
pendingChannels
[i].Abort();