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