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