2 writes to loadingTimer
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (2)
858
loadingTimer
= new SmartTimer(new TimerCallback(LoadWorkflowsWithExpiredTimers), null, loadingInterval, loadingInterval);
873
loadingTimer
= null;
4 references to loadingTimer
System.Workflow.Runtime (4)
Hosting\SqlWorkflowPersistenceService.cs (4)
870
if (
loadingTimer
!= null)
872
loadingTimer
.Dispose();
1171
if (
loadingTimer
!= null && succeeded)
1177
loadingTimer
.Update((DateTime)item.NextTimer);