14 references to IsIrrecoverableException
System.Workflow.Runtime (14)
Hosting\DefaultWorkflowSchedulerService.cs (1)
338if (WorkflowExecutor.IsIrrecoverableException(e))
Scheduler.cs (1)
190if (WorkflowExecutor.IsIrrecoverableException(e))
System\Activities\Statements\Interop.cs (4)
397if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 432if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 538if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 836if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context))
System\Activities\Statements\InteropEnvironment.cs (1)
202if (WorkflowExecutor.IsIrrecoverableException(this.uncaughtException))
System\Activities\Statements\InteropExecutor.cs (1)
998if (WorkflowExecutor.IsIrrecoverableException(e))
WorkBatch.cs (2)
212if (WorkflowExecutor.IsIrrecoverableException(e)) 269if (WorkflowExecutor.IsIrrecoverableException(e))
WorkflowExecutor.cs (4)
742if (WorkflowExecutor.IsIrrecoverableException(e)) 961if (WorkflowExecutor.IsIrrecoverableException(e)) 1125if (WorkflowExecutor.IsIrrecoverableException(e)) 1840if (WorkflowExecutor.IsIrrecoverableException(e))