2 writes to taskTimer
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
70this.taskTimer = null; 96this.taskTimer = new IOThreadTimer(new Action<object>(this.OnTimerFired), null, false);
4 references to taskTimer
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\PersistenceTask.cs (4)
67if (this.taskTimer != null) 69this.taskTimer.Cancel(); 94if (this.taskTimer == null) 99this.taskTimer.Set(fireImmediately ? TimeSpan.Zero : timeTillNextPoll);