19 references to InfoBarUI
Microsoft.CodeAnalysis.EditorFeatures (5)
Editor\EditorLayerExtensionManager.cs (4)
68new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false), 69new InfoBarUI(WorkspacesResources.Enable, InfoBarUI.UIKind.Button, () => 74new InfoBarUI(WorkspacesResources.Enable_and_ignore_future_errors, InfoBarUI.UIKind.Button, () => 80new InfoBarUI(string.Empty, InfoBarUI.UIKind.Close, () => LogLeaveDisabled(provider)));
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
97new InfoBarUI(
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
430new InfoBarUI(
Microsoft.VisualStudio.LanguageServices (13)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
72infoBarUIs.Add(new InfoBarUI(
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
49new InfoBarUI( 71new InfoBarUI( 93new InfoBarUI(
KeybindingReset\KeybindingResetDetector.cs (5)
252new InfoBarUI(title: ServicesVSResources.Reset_Visual_Studio_default_keymapping, 255new InfoBarUI(title: string.Format(ServicesVSResources.Apply_0_keymapping_scheme, ReSharperKeyboardMappingName), 258new InfoBarUI(title: string.Format(ServicesVSResources.Apply_0_keymapping_scheme, VSCodeKeyboardMappingName), 261new InfoBarUI(title: ServicesVSResources.Never_show_this_again, 264new InfoBarUI(title: "", kind: InfoBarUI.UIKind.Close,
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
1230new(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, 1233new(ServicesVSResources.Ignore, InfoBarUI.UIKind.Button, GetDefaultDismissAction()), 1236new(ServicesVSResources.Ignore_including_future_errors, InfoBarUI.UIKind.Button, GetDefaultDismissAction( 1239new(string.Empty, InfoBarUI.UIKind.Close, GetDefaultDismissAction()));