2 instantiations of WorkflowExecutionTerminatingEventArgs
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3455localWorkflowExecutionEvent(this, new WorkflowExecutionTerminatingEventArgs(exception)); 3465localWorkflowExecutionEvent(this, new WorkflowExecutionTerminatingEventArgs(error));
2 references to WorkflowExecutionTerminatingEventArgs
System.Workflow.Runtime (2)
Tracking.cs (2)
841WorkflowExecutor.WorkflowExecutionTerminatingEventArgs wtea = (WorkflowExecutor.WorkflowExecutionTerminatingEventArgs)e;