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