1 write to _pendingChannels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
52_pendingChannels = new SynchronizedChannelCollection<IChannel>(this.ThisLock);
3 references to _pendingChannels
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
193get { return _pendingChannels; } 257for (int i = _pendingChannels.Count - 1; i >= 0; i--) 259_pendingChannels[i].Abort();