1 instantiation of OpenAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
594
return new
OpenAsyncResult
(this, timeout, callback, state);
10 references to OpenAsyncResult
System.ServiceModel (10)
System\ServiceModel\Channels\SessionConnectionReader.cs (10)
599
OpenAsyncResult
.End(result);
702
AsyncResult.End<
OpenAsyncResult
>(result);
852
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)state;
880
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)asyncState;
920
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)result.AsyncState;
955
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)asyncState;