2 instantiations of ChannelCollection
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceChannelManager.cs (2)
47_outgoingChannels = new ChannelCollection(this, ThisLock); 180_incomingChannels = new ChannelCollection(this, ThisLock);
2 references to ChannelCollection
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceChannelManager.cs (2)
21private ChannelCollection _incomingChannels; 22private ChannelCollection _outgoingChannels;