3 implementations of ShowDetailedErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (1)
ErrorReporting\EditorErrorReportingService.cs (1)
24public void ShowDetailedErrorInfo(Exception exception)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestErrorReportingService.cs (1)
29public void ShowDetailedErrorInfo(Exception exception)
Microsoft.VisualStudio.LanguageServices (1)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
54public void ShowDetailedErrorInfo(Exception exception)
7 references to ShowDetailedErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
118=> _errorReportingService.ShowDetailedErrorInfo(exception);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
131() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
362() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
386() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
Microsoft.VisualStudio.LanguageServices (3)
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
53() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true)); 75() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true)); 97() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));