1 write to responseWaitHandle
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (1)
22this.responseWaitHandle = new AsyncWaitHandle(EventResetMode.AutoReset);
4 references to responseWaitHandle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowHostingResponseContext.cs (4)
36if (this.responseWaitHandle != null) 38this.responseWaitHandle.Set(); 66Fx.Assert(this.responseWaitHandle != null, "this.responseWaitHandle must not be null!"); 85if (context.responseWaitHandle.WaitAsync(handleEndWait, this, timeout))