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