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