1 instantiation of WorkflowExecutionSuspendedEventArgs
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3330localWorkflowExecutionEvent(this, new WorkflowExecutionSuspendedEventArgs(error));
2 references to WorkflowExecutionSuspendedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1252WorkflowExecutor.WorkflowExecutionSuspendedEventArgs sargs = (WorkflowExecutor.WorkflowExecutionSuspendedEventArgs)e;