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