4 references to AllowUnsafeCaching
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\SendMessageChannelCacheElement.cs (4)
22
[ConfigurationProperty(ConfigurationStrings.
AllowUnsafeCaching
, DefaultValue = ChannelCacheDefaults.DefaultAllowUnsafeSharing)]
25
get { return (bool)base[ConfigurationStrings.
AllowUnsafeCaching
]; }
26
set { base[ConfigurationStrings.
AllowUnsafeCaching
] = value; }
54
properties.Add(new ConfigurationProperty(ConfigurationStrings.
AllowUnsafeCaching
, typeof(bool), ChannelCacheDefaults.DefaultAllowUnsafeSharing));