2 references to minUpdate
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
1208if (newNext < next && (next - DateTime.UtcNow) > minUpdate) 1212if (newNext < next && (next - DateTime.UtcNow) > minUpdate && timer != null)