2 writes to timer
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
1203
this.
timer
= new Timer(HandleCallback, state, due, infinite);
1258
timer
= null;
6 references to timer
System.Workflow.Runtime (6)
Hosting\SqlWorkflowPersistenceService.cs (6)
1212
if (newNext < next && (next - DateTime.UtcNow) > minUpdate &&
timer
!= null)
1219
timer
.Change(when, infinite);
1235
if (
timer
!= null)
1244
timer
.Change(when, infinite);
1255
if (
timer
!= null)
1257
timer
.Dispose();