4 references to DefaultAllowUnsafeSharing
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\SendMessageChannelCacheElement.cs (2)
22[ConfigurationProperty(ConfigurationStrings.AllowUnsafeCaching, DefaultValue = ChannelCacheDefaults.DefaultAllowUnsafeSharing)] 54properties.Add(new ConfigurationProperty(ConfigurationStrings.AllowUnsafeCaching, typeof(bool), ChannelCacheDefaults.DefaultAllowUnsafeSharing));
System\ServiceModel\Activities\SendMessageChannelCache.cs (2)
25: this(null, null, ChannelCacheDefaults.DefaultAllowUnsafeSharing) 30this(factorySettings, channelSettings, ChannelCacheDefaults.DefaultAllowUnsafeSharing)