1 write to channelCache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2806
this.
channelCache
= new ObjectCache<EndpointAddress, Pool<IChannel>>(channelSettings)
1 reference to channelCache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2867
channelPool = this.
channelCache
.Take(endpointAddress, this.createChannelCacheItem);