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