1 instantiation of WaitForMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
24return new WaitForMessageAsyncResult(this, timeout, callback, state);
3 references to WaitForMessageAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (3)
29return WaitForMessageAsyncResult.End(result); 266WaitForMessageAsyncResult thisPtr = (WaitForMessageAsyncResult)state;