24 references to UIKind
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)
130
InfoBarUI.
UIKind
.HyperLink,
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
361
InfoBarUI.
UIKind
.HyperLink,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
385
InfoBarUI.
UIKind
.HyperLink,
Microsoft.CodeAnalysis.Workspaces (2)
ErrorReporting\InfoBarUI.cs (2)
14
public readonly
UIKind
Kind;
18
public InfoBarUI(string title,
UIKind
kind, Action action, bool closeAfterAction = true)
Microsoft.VisualStudio.LanguageServices (15)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
68
InfoBarUI.
UIKind
.HyperLink,
ErrorReporting\VisualStudioInfoBar.cs (4)
71
case InfoBarUI.
UIKind
.Button:
74
case InfoBarUI.
UIKind
.HyperLink:
77
case InfoBarUI.
UIKind
.Close:
104
items.FirstOrDefault(i => i.Kind == InfoBarUI.
UIKind
.Close).Action?.Invoke();
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
52
InfoBarUI.
UIKind
.HyperLink,
74
InfoBarUI.
UIKind
.HyperLink,
96
InfoBarUI.
UIKind
.HyperLink,
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)
245
kind: InfoBarUI.
UIKind
.Button,
248
kind: InfoBarUI.
UIKind
.Button,
251
kind: InfoBarUI.
UIKind
.Button,
254
kind: InfoBarUI.
UIKind
.HyperLink,
256
new InfoBarUI(title: "", kind: InfoBarUI.
UIKind
.Close,