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