2 writes to maxItemsInCache
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\ChannelCacheSettings.cs (2)
23
this.
maxItemsInCache
= ChannelCacheDefaults.DefaultMaxItemsPerCache;
80
this.
maxItemsInCache
= value;
1 reference to maxItemsInCache
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ChannelCacheSettings.cs (1)
71
return this.
maxItemsInCache
;