1 instantiation of SynchronizedChannelCollection
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
48PendingChannels = new SynchronizedChannelCollection<IChannel>(ThisLock);
1 reference to SynchronizedChannelCollection
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
178internal SynchronizedChannelCollection<IChannel> PendingChannels { get; private set; }