11 references to HyperLink
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
85
new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.
HyperLink
, () => ShowDetailedErrorInfo(exception), closeAfterAction: false),
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.VisualStudio.LanguageServices (7)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
68
InfoBarUI.UIKind.
HyperLink
,
ErrorReporting\VisualStudioInfoBar.cs (1)
74
case InfoBarUI.UIKind.
HyperLink
:
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
52
InfoBarUI.UIKind.
HyperLink
,
74
InfoBarUI.UIKind.
HyperLink
,
96
InfoBarUI.UIKind.
HyperLink
,
Implementation\VirtualMemoryNotificationListener.cs (1)
168
new InfoBarUI(ServicesVSResources.Learn_more, InfoBarUI.UIKind.
HyperLink
,
KeybindingReset\KeybindingResetDetector.cs (1)
254
kind: InfoBarUI.UIKind.
HyperLink
,