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