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)
193
get { return
_pendingChannels
; }
257
for (int i =
_pendingChannels
.Count - 1; i >= 0; i--)
259
_pendingChannels
[i].Abort();