2 instantiations of WaitAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3309return new WaitAsyncResult(callback, state); 3447return new WaitAsyncResult(callback, state);
6 references to WaitAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelDemuxer.cs (6)
3193WaitAsyncResult waitResult = AsyncResult.End<WaitAsyncResult>(result); 3315if (result is WaitAsyncResult) 3316return WaitAsyncResult.End(result); 3453if (result is WaitAsyncResult) 3454return WaitAsyncResult.End(result);