1 write to onReceiveReply
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
1263onReceiveReply = new Action<object, TimeoutException>(OnReceiveReply);
2 references to onReceiveReply
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalReceiveMessage.cs (2)
1261if (onReceiveReply == null) 1266if (instance.CorrelationRequestContext.WaitForReplyAsync(onReceiveReply, this))