2 writes to attachTimer
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
358this.attachTimer = new Timer(AttachTimerCallback, null, attachTimeout, detachPingInterval); 392this.attachTimer = null;
3 references to attachTimer
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
389if (this.attachTimer != null) 391this.attachTimer.Change(Timeout.Infinite, Timeout.Infinite); 449this.attachTimer.Change(Timeout.Infinite, Timeout.Infinite);