1 write to workflowInstanceLifeTimeManager
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
84
this.
workflowInstanceLifeTimeManager
= this.dispatchRuntime.ChannelDispatcher.Host.Extensions.Find<WorkflowInstanceLifetimeManagerExtension>();
2 references to workflowInstanceLifeTimeManager
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
82
if (this.
workflowInstanceLifeTimeManager
== null)
87
return this.
workflowInstanceLifeTimeManager
;