10 references to IsPersistable
System.Activities (6)
System\Activities\Hosting\WorkflowInstance.cs (2)
651
if (!this.Controller.
IsPersistable
)
676
if (this.Controller.
IsPersistable
)
System\Activities\WorkflowApplication.cs (4)
3476
Fx.Assert(this.instance.Controller.
IsPersistable
, "The runtime won't schedule this work item unless we've passed the guard");
4991
if (application.Controller.
IsPersistable
&& application.persistenceManager != null)
5169
Fx.Assert(instance.Controller.
IsPersistable
, "Should not be in a No Persist Zone once the instance is complete.");
5485
if (!instance.Controller.
IsPersistable
&& instance.Controller.State != WorkflowInstanceState.Complete)
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
1754
if (this.checkCanPersistWaiters != null && this.checkCanPersistWaiters.Count > 0 && this.Controller.
IsPersistable
)
3417
Fx.Assert(this.instance.Controller.
IsPersistable
, "The runtime won't schedule this work item unless we've passed the guard");
3495
if (this.instance.Controller.
IsPersistable
)
5009
if (this.instance.Controller.
IsPersistable
)