2 references to 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);