5 references to ScheduleItem
System.Workflow.ComponentModel (5)
AuthoringOM\ActivityExecutionContext.cs (4)
242
this.currentActivity.WorkflowCoreRuntime.
ScheduleItem
(new ActivityExecutorOperation(activity, ActivityOperationType.Execute, this.ContextId), IsInAtomicTransaction(activity), false, false);
275
this.currentActivity.WorkflowCoreRuntime.
ScheduleItem
(new ActivityExecutorOperation(activity, ActivityOperationType.Cancel, this.ContextId), IsInAtomicTransaction(activity), false, false);
298
this.currentActivity.WorkflowCoreRuntime.
ScheduleItem
(new ActivityExecutorOperation(activity, ActivityOperationType.Compensate, this.ContextId), IsInAtomicTransaction(activity), false, false);
329
this.currentActivity.WorkflowCoreRuntime.
ScheduleItem
(new ActivityExecutorOperation(this.currentActivity, ActivityOperationType.HandleFault, this.ContextId, e), IsInAtomicTransaction(this.currentActivity), false, false);
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
169
currentContextActivity.WorkflowCoreRuntime.
ScheduleItem
(delegateOperation, ActivityExecutionContext.IsInAtomicTransaction(targetActivity), transacted, !mayInvokeDelegateNow);