public bool CanShowHelp(ResolveResult result) { try { return(CanShowHelp(HelpService.GetMonoDocHelpUrl(result))); } catch (Exception e) { LoggingService.LogError("Error while trying to get monodoc help.", e); return(false); } }
public bool CanShowHelp(ResolveResult result) { return(CanShowHelp(HelpService.GetMonoDocHelpUrl(result))); }