1 write to workflowExtensions
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
257this.workflowExtensions = new WorkflowServiceHostExtensions();
3 references to workflowExtensions
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowServiceHost.cs (3)
126return this.workflowExtensions; 266this.workflowExtensions.Add(extension); 506this.workflowExtensions.EnsureChannelCache();