1 instantiation of ReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1180
return new
ReceiveAsyncResult
(this, timeout, callback, state);
5 references to ReceiveAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\SingletonConnectionReader.cs (5)
1185
return
ReceiveAsyncResult
.End(result);
1285
ReceiveAsyncResult
receiveAsyncResult = AsyncResult.End<
ReceiveAsyncResult
>(result);
1291
ReceiveAsyncResult
thisPtr = (
ReceiveAsyncResult
)state;