1 instantiation of FactoryCacheKey
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1353
this.cachedFactoryCacheKey = new
FactoryCacheKey
(this.Endpoint, configName, this.IsOneWay, this.TokenImpersonationLevel,
13 references to FactoryCacheKey
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\InternalSendMessage.cs (10)
53
FactoryCacheKey
cachedFactoryCacheKey;
1345
ObjectCache<
FactoryCacheKey
, ChannelFactoryReference> channelFactoryCache = null;
2251
ObjectCache<
FactoryCacheKey
, ChannelFactoryReference> factoryCache;
2407
public ObjectCache<
FactoryCacheKey
, ChannelFactoryReference> FactoryCache
2485
public void SetupFactoryReference(ObjectCacheItem<ChannelFactoryReference> cacheItem, ChannelFactoryReference newFactoryReference, ObjectCache<
FactoryCacheKey
, ChannelFactoryReference> factoryCache)
2761
readonly
FactoryCacheKey
factoryKey;
2774
public ChannelFactoryReference(
FactoryCacheKey
factoryKey, ServiceEndpoint targetEndpoint, ChannelCacheSettings channelCacheSettings)
2842
public ObjectCacheItem<ChannelFactoryReference> EndOpen(IAsyncResult result, ObjectCache<
FactoryCacheKey
, ChannelFactoryReference> factoryCache)
3032
internal class FactoryCacheKey : IEquatable<
FactoryCacheKey
>
3078
public bool Equals(
FactoryCacheKey
other)
System\ServiceModel\Activities\SendMessageChannelCache.cs (3)
21
ObjectCache<InternalSendMessage.
FactoryCacheKey
, InternalSendMessage.ChannelFactoryReference> factoryCache;
114
internal ObjectCache<InternalSendMessage.
FactoryCacheKey
, InternalSendMessage.ChannelFactoryReference> GetFactoryCache()
132
this.factoryCache = new ObjectCache<InternalSendMessage.
FactoryCacheKey
, InternalSendMessage.ChannelFactoryReference>(objectCacheSettings);