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