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