2 references to onAsyncReceiveComplete
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
377
return new CompletedAsyncResult(ChannelHandler.
onAsyncReceiveComplete
, this);
380
return this.receiver.BeginTryReceive(TimeSpan.MaxValue, ChannelHandler.
onAsyncReceiveComplete
, this);