11 writes to stateChangedSincePersistence
System.Workflow.Runtime (11)
Scheduler.cs (1)
184this.RootWorkflowExecutor.stateChangedSincePersistence = true;
WorkflowExecutor.cs (10)
132this.stateChangedSincePersistence = true; 690stateChangedSincePersistence = true; 978this.stateChangedSincePersistence = true; 1020this.stateChangedSincePersistence = true; 1105this.stateChangedSincePersistence = false; 1258stateChangedSincePersistence = true; 1311stateChangedSincePersistence = true; 1682this.stateChangedSincePersistence = true; 1955this.stateChangedSincePersistence = true; 2038this.stateChangedSincePersistence = true;
2 references to stateChangedSincePersistence
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
1025if (!this.stateChangedSincePersistence && !unlock) 1067if (this.stateChangedSincePersistence)