1 write to workflowServiceInstanceReadyWaitHandle
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3085
this.instance.
workflowServiceInstanceReadyWaitHandle
= new AsyncWaitHandle(EventResetMode.ManualReset);
4 references to workflowServiceInstanceReadyWaitHandle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
776
if (this.
workflowServiceInstanceReadyWaitHandle
!= null)
790
this.
workflowServiceInstanceReadyWaitHandle
.Set();
3083
if (this.instance.
workflowServiceInstanceReadyWaitHandle
== null)
3097
if (this.instance.
workflowServiceInstanceReadyWaitHandle
.WaitAsync(workflowServiceInstanceReadyCallback, this, this.timeoutHelper.RemainingTime()))