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