1 write to receivedReplyEvent
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\CorrelationRequestContext.cs (1)
49
this.
receivedReplyEvent
= new AsyncWaitHandle();
6 references to receivedReplyEvent
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\CorrelationRequestContext.cs (6)
64
Fx.Assert(this.
receivedReplyEvent
!= null, "AsyncWaitHandle must be initialized before this point!");
71
return this.
receivedReplyEvent
.WaitAsync(onReceiveReply, state, TimeSpan.MaxValue);
84
Fx.Assert(this.
receivedReplyEvent
!= null, "AsyncWaitHandle must be initialized before this point!");
95
this.
receivedReplyEvent
.Set();
100
Fx.Assert(this.
receivedReplyEvent
!= null, "AsyncWaitHandle must be initialized before this point!");
102
this.
receivedReplyEvent
.Set();