3 references to SendMessageChannelCache
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Description\SendMessageChannelCacheBehavior.cs (1)
44workflowServiceHost.WorkflowExtensions.Add(new SendMessageChannelCache(this.FactorySettings, this.ChannelSettings, this.AllowUnsafeCaching));
System\ServiceModel\Activities\SendMessageChannelCache.cs (2)
25: this(null, null, ChannelCacheDefaults.DefaultAllowUnsafeSharing) 30this(factorySettings, channelSettings, ChannelCacheDefaults.DefaultAllowUnsafeSharing)