1 instantiation of WorkflowExecutionSuspendingEventArgs
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3319
localWorkflowExecutionEvent(this, new
WorkflowExecutionSuspendingEventArgs
(error));
1 reference to WorkflowExecutionSuspendingEventArgs
System.Workflow.Runtime (1)
Tracking.cs (1)
838
args = new TrackingWorkflowSuspendedEventArgs(((WorkflowExecutor.
WorkflowExecutionSuspendingEventArgs
)e).Error);