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