2 instantiations of ChannelCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
60_outgoingChannels = new ChannelCollection(this, this.ThisLock); 258_incomingChannels = new ChannelCollection(this, this.ThisLock);
2 references to ChannelCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
21private ChannelCollection _incomingChannels; 22private ChannelCollection _outgoingChannels;