1 write to factoryCache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\SendMessageChannelCache.cs (1)
132this.factoryCache = new ObjectCache<InternalSendMessage.FactoryCacheKey, InternalSendMessage.ChannelFactoryReference>(objectCacheSettings);
5 references to factoryCache
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\SendMessageChannelCache.cs (5)
116if (this.factoryCache == null) 123if (this.factoryCache == null) 136return this.factoryCache; 158if (this.factoryCache != null) 160this.factoryCache.Dispose();