2 types derived from SynchronizedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
199class ReceiveAsyncResult : SynchronizedAsyncResult<Message> 243class WaitForMessageAsyncResult : SynchronizedAsyncResult<bool>
4 references to SynchronizedAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (4)
157SynchronizedAsyncResult<T> thisPtr = AsyncResult.End<SynchronizedAsyncResult<T>>(result); 163SynchronizedAsyncResult<T> thisPtr = (SynchronizedAsyncResult<T>)state;