13 references to InstanceLifeTimeManager
System.WorkflowServices (13)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (2)
77if (this.instanceContextProvider.InstanceLifeTimeManager != null) 79this.instanceContextProvider.InstanceLifeTimeManager.CleanUp(this.InstanceId);
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (9)
54if (instanceContext != null && this.InstanceLifeTimeManager != null) 67this.InstanceLifeTimeManager.NotifyWorkflowActivationComplete( 96if (this.InstanceLifeTimeManager != null) 98this.InstanceLifeTimeManager.NotifyWorkflowActivationComplete(workflowDurableInstance.InstanceId, 124if (this.InstanceLifeTimeManager != null) 126return (!this.InstanceLifeTimeManager.IsInstanceInMemory(workflowDurableInstance.InstanceId)) && 145if (this.InstanceLifeTimeManager != null) 147if (this.InstanceLifeTimeManager.IsInstanceInMemory(workflowDurableInstance.InstanceId)) 149this.InstanceLifeTimeManager.NotifyWorkflowActivationComplete(workflowDurableInstance.InstanceId,
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (2)
25if (this.instanceContextProvider.InstanceLifeTimeManager != null) 28this.instanceContextProvider.InstanceLifeTimeManager.CleanUp(workflowDurableInstance.InstanceId);