3 writes to next
System.Workflow.Runtime (3)
Hosting\SqlWorkflowPersistenceService.cs (3)
1202
this.
next
= DateTime.UtcNow + due;
1214
next
= newNext;
1238
next
= DateTime.UtcNow + period;
6 references to next
System.Workflow.Runtime (6)
Hosting\SqlWorkflowPersistenceService.cs (6)
1208
if (newNext <
next
&& (
next
- DateTime.UtcNow) > minUpdate)
1212
if (newNext <
next
&& (
next
- DateTime.UtcNow) > minUpdate && timer != null)
1216
TimeSpan when =
next
- DateTime.UtcNow;
1241
TimeSpan when =
next
- DateTime.UtcNow;