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