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