3 writes to isAttached
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
326
this.
isAttached
= true;
377
this.
isAttached
= false;
600
this.
isAttached
= false;
8 references to isAttached
System.Workflow.Runtime (8)
DebugEngine\DebugController.cs (8)
322
if (this.
isAttached
)
374
if (this.isZombie || !this.
isAttached
)
441
if (this.isZombie || !this.
isAttached
)
613
while (published && this.
isAttached
&& !this.eventConduitAttached.WaitOne(attachTimeout, false));
765
if (this.isZombie || !this.
isAttached
)
790
if (this.isZombie || !this.
isAttached
)
828
if (this.isZombie || !this.
isAttached
)
848
if (this.isZombie || !this.
isAttached
)