1 write to cachedFactoryCacheKey
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1353this.cachedFactoryCacheKey = new FactoryCacheKey(this.Endpoint, configName, this.IsOneWay, this.TokenImpersonationLevel,
3 references to cachedFactoryCacheKey
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
1350if (this.cachedFactoryCacheKey == null) 1384cacheItem = channelFactoryCache.Take(this.cachedFactoryCacheKey); 1404newFactoryReference = new ChannelFactoryReference(this.cachedFactoryCacheKey, targetEndpoint, channelCacheSettings);