1 write to persistOnClose
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
70this.persistOnClose = new Variable<bool>();
8 references to persistOnClose
System.Workflow.Runtime (8)
System\Activities\Statements\Interop.cs (8)
279this.persistOnClose, 397if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 432if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 538if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 728if (this.persistOnClose.Get(context)) 767this.persistOnClose.Set(context, false); 836if (WorkflowExecutor.IsIrrecoverableException(exception) || !this.persistOnClose.Get(context)) 863this.persistOnClose.Set(context, true);