4 references to PersistOnClose
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (2)
1559
(this.ExecutionResult == ActivityExecutionResult.Succeeded && (this is ICompensatableActivity || this.
PersistOnClose
))
1612
else if (this.parent == null || this.
PersistOnClose
)
AuthoringOM\Compiler\Validation\TransactionContextValidator.cs (2)
57
if (nestedEnabledActivity.
PersistOnClose
)
110
if (childActivity.
PersistOnClose
)