1 instantiation of SynchronizedChannelCollection
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
92this.pendingChannels = new SynchronizedChannelCollection<IChannel>(this.ThisLock);
2 references to SynchronizedChannelCollection
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
37SynchronizedChannelCollection<IChannel> pendingChannels; // app has not yet seen these. 300internal SynchronizedChannelCollection<IChannel> PendingChannels