1 write to waitHandle
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2856this.waitHandle = new AsyncWaitHandle(EventResetMode.ManualReset);
4 references to waitHandle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
2868Fx.Assert(this.waitHandle != null, "waitHandle should not be null if the request is not the first"); 2869if (this.waitHandle.WaitAsync(handleEndWait, this, this.timeout)) 2883if (this.waitHandle != null) 2885this.waitHandle.Set();