1 instantiation of OpenAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
245
IAsyncResult result = new
OpenAsyncResult
(this, timeout, callback, state);
4 references to OpenAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
466
OpenAsyncResult
.End(result);
1144
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)result.AsyncState;
1152
AsyncResult.End<
OpenAsyncResult
>(result);