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