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