1 instantiation of ReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
54
return new
ReceiveAsyncResult
(this, timeout, callback, state);
3 references to ReceiveAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (3)
59
return
ReceiveAsyncResult
.End(result);
222
ReceiveAsyncResult
thisPtr = ((
ReceiveAsyncResult
)state);