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