1 instantiation of DoneAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
216return new DoneAsyncResult(true, callback, state);
3 references to DoneAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (3)
226DoneAsyncResult doneAsyncResult = result as DoneAsyncResult; 228return DoneAsyncResult.End(result);