18 references to InfoBarUI
Microsoft.CodeAnalysis.EditorFeatures (4)
Editor\EditorLayerExtensionManager.cs (4)
85new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false), 86new InfoBarUI(WorkspacesResources.Enable, InfoBarUI.UIKind.Button, () => 91new InfoBarUI(WorkspacesResources.Enable_and_ignore_future_errors, InfoBarUI.UIKind.Button, () => 97new InfoBarUI(string.Empty, InfoBarUI.UIKind.Close, () => LogLeaveDisabled(provider)));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
128new InfoBarUI(
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
359new InfoBarUI(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
383new InfoBarUI(
Microsoft.VisualStudio.LanguageServices (11)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
66infoBarUIs.Add(new InfoBarUI(
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
50new InfoBarUI( 72new InfoBarUI( 94new InfoBarUI(
Implementation\VirtualMemoryNotificationListener.cs (2)
167new InfoBarUI(ServicesVSResources.Re_enable, InfoBarUI.UIKind.Button, RenableBackgroundAnalysis), 168new InfoBarUI(ServicesVSResources.Learn_more, InfoBarUI.UIKind.HyperLink,
KeybindingReset\KeybindingResetDetector.cs (5)
244new InfoBarUI(title: ServicesVSResources.Reset_Visual_Studio_default_keymapping, 247new InfoBarUI(title: string.Format(ServicesVSResources.Apply_0_keymapping_scheme, ReSharperKeyboardMappingName), 250new InfoBarUI(title: string.Format(ServicesVSResources.Apply_0_keymapping_scheme, VSCodeKeyboardMappingName), 253new InfoBarUI(title: ServicesVSResources.Never_show_this_again, 256new InfoBarUI(title: "", kind: InfoBarUI.UIKind.Close,