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