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)
28public void ShowDetailedErrorInfo(Exception exception)
Microsoft.VisualStudio.LanguageServices (1)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
60public void ShowDetailedErrorInfo(Exception exception)
7 references to ShowDetailedErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (2)
Editor\EditorLayerExtensionManager.cs (1)
98=> errorReportingService.ShowDetailedErrorInfo(exception);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
100() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
433() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
Microsoft.VisualStudio.LanguageServices (4)
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
52() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true)); 74() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true)); 96() => errorReportingService.ShowDetailedErrorInfo(ex), closeAfterAction: true));
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1211() => errorReportingService.ShowDetailedErrorInfo(exception), closeAfterAction: false),