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