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