1 write to eventConduitAttached
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
601this.eventConduitAttached = new ManualResetEvent(false);
3 references to eventConduitAttached
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
404this.eventConduitAttached.Reset(); 579this.eventConduitAttached.Set(); 613while (published && this.isAttached && !this.eventConduitAttached.WaitOne(attachTimeout, false));