5 references to IsPersistable
System.Activities (5)
System\Activities\Hosting\WorkflowInstance.cs (1)
815
return this.executor.
IsPersistable
;
System\Activities\Runtime\ActivityExecutor.cs (4)
1086
if (this.shouldPauseOnCanPersist && this.
IsPersistable
)
2100
this.
IsPersistable
)
2403
if (this.
IsPersistable
|| (this.transactionContextWaiters[0].IsRequires && this.noPersistCount == 1))
2444
if (this.shouldPauseOnCanPersist && this.
IsPersistable
)