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)
28
private
SynchronizedChannelCollection
<IChannel> _pendingChannels; // app has not yet seen these.
191
internal
SynchronizedChannelCollection
<IChannel> PendingChannels