3 implementations of ShowGlobalErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (1)
ErrorReporting\EditorErrorReportingService.cs (1)
27public void ShowGlobalErrorInfo(string message, TelemetryFeatureName featureName, Exception? exception, params InfoBarUI[] items)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestErrorReportingService.cs (1)
31public void ShowGlobalErrorInfo(string message, TelemetryFeatureName featureName, Exception? exception, params InfoBarUI[] items)
Microsoft.VisualStudio.LanguageServices (1)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
46public void ShowGlobalErrorInfo(string message, TelemetryFeatureName featureName, Exception? exception, params InfoBarUI[] items)
7 references to ShowGlobalErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (2)
Editor\EditorLayerExtensionManager.cs (1)
64errorReportingService?.ShowGlobalErrorInfo(
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
93errorReportingService.ShowGlobalErrorInfo(
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
426errorReportingService.ShowGlobalErrorInfo(
Microsoft.VisualStudio.LanguageServices (4)
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
45errorReportingService.ShowGlobalErrorInfo( 67errorReportingService.ShowGlobalErrorInfo( 89errorReportingService.ShowGlobalErrorInfo(
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1205errorReportingService.ShowGlobalErrorInfo(