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