2 instantiations of ChannelCollection
System.ServiceModel (2)
System\ServiceModel\ServiceChannelManager.cs (2)
60this.outgoingChannels = new ChannelCollection(this, this.ThisLock); 258this.incomingChannels = new ChannelCollection(this, this.ThisLock);
2 references to ChannelCollection
System.ServiceModel (2)
System\ServiceModel\ServiceChannelManager.cs (2)
21ChannelCollection incomingChannels; 22ChannelCollection outgoingChannels;