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