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