1 write to waitHandle
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5406this.waitHandle = new AsyncWaitHandle();
6 references to waitHandle
System.Activities (6)
System\Activities\WorkflowApplication.cs (6)
5416Fx.Assert(this.waitHandle != null, "We must have a wait handle."); 5418waitHandle.Set(); 5423if (this.waitHandle != null) 5425return this.waitHandle.Wait(timeout); 5433if (this.waitHandle != null) 5435return this.waitHandle.WaitAsync(callback, state, timeout);