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)
32public void ShowGlobalErrorInfo(string message, TelemetryFeatureName featureName, Exception? exception, params InfoBarUI[] items)
Microsoft.VisualStudio.LanguageServices (1)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
41public void ShowGlobalErrorInfo(string message, TelemetryFeatureName featureName, Exception? exception, params InfoBarUI[] items)
8 references to ShowGlobalErrorInfo
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
81_errorReportingService?.ShowGlobalErrorInfo(
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
124errorReportingService.ShowGlobalErrorInfo(
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
355errorReportingService.ShowGlobalErrorInfo(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
379errorReportingService.ShowGlobalErrorInfo(
Microsoft.VisualStudio.LanguageServices (4)
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
46errorReportingService.ShowGlobalErrorInfo( 68errorReportingService.ShowGlobalErrorInfo( 90errorReportingService.ShowGlobalErrorInfo(
Implementation\VirtualMemoryNotificationListener.cs (1)
163.ShowGlobalErrorInfo(