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