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