1 instantiation of ReplyCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1812return new ReplyCompletedAsyncResult(callback, state);
3 references to ReplyCompletedAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
1838ReplyCompletedAsyncResult completedResult = result as ReplyCompletedAsyncResult; 1943AsyncResult.End<ReplyCompletedAsyncResult>(this);