1 instantiation of HelpReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\InputChannel.cs (1)
167return new HelpReceiveAsyncResult(channel, timeout, callback, state);
5 references to HelpReceiveAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\InputChannel.cs (5)
172return HelpReceiveAsyncResult.End(result); 200HelpReceiveAsyncResult thisPtr = AsyncResult.End<HelpReceiveAsyncResult>(result); 220HelpReceiveAsyncResult thisPtr = (HelpReceiveAsyncResult)result.AsyncState;