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