6 references to WorkflowInstanceLifeTimeManager
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (6)
207if (callbackState.WorkflowInstanceLifeTimeManager != null) 209callbackState.WorkflowInstanceLifeTimeManager.NotifyMessageArrived(callbackState.WorkflowInstance.InstanceId); 226if (callbackState.WorkflowInstanceLifeTimeManager != null) 228callbackState.WorkflowInstanceLifeTimeManager.ScheduleTimer(callbackState.WorkflowInstance.InstanceId); 250if (callbackState.WorkflowInstanceLifeTimeManager != null) 252callbackState.WorkflowInstanceLifeTimeManager.ScheduleTimer(callbackState.WorkflowInstance.InstanceId);