2 instantiations of WorkflowExecutionTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3475localWorkflowExecutionEvent(this, new WorkflowExecutionTerminatedEventArgs(exception)); 3485localWorkflowExecutionEvent(this, new WorkflowExecutionTerminatedEventArgs(error));
2 references to WorkflowExecutionTerminatedEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
1240WorkflowExecutor.WorkflowExecutionTerminatedEventArgs args = (WorkflowExecutor.WorkflowExecutionTerminatedEventArgs)e;