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