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