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