1 instantiation of SynchronizedChannelCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
52_pendingChannels = new SynchronizedChannelCollection<IChannel>(this.ThisLock);
2 references to SynchronizedChannelCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
28private SynchronizedChannelCollection<IChannel> _pendingChannels; // app has not yet seen these. 191internal SynchronizedChannelCollection<IChannel> PendingChannels