11 references to HyperLink
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
85new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false),
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
130InfoBarUI.UIKind.HyperLink,
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
361InfoBarUI.UIKind.HyperLink,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
385InfoBarUI.UIKind.HyperLink,
Microsoft.VisualStudio.LanguageServices (7)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
68InfoBarUI.UIKind.HyperLink,
ErrorReporting\VisualStudioInfoBar.cs (1)
74case InfoBarUI.UIKind.HyperLink:
ExternalAccess\LegacyCodeAnalysis\LegacyCodeAnalysisVisualStudioSuppressionFixServiceAccessor.cs (3)
52InfoBarUI.UIKind.HyperLink, 74InfoBarUI.UIKind.HyperLink, 96InfoBarUI.UIKind.HyperLink,
Implementation\VirtualMemoryNotificationListener.cs (1)
168new InfoBarUI(ServicesVSResources.Learn_more, InfoBarUI.UIKind.HyperLink,
KeybindingReset\KeybindingResetDetector.cs (1)
254kind: InfoBarUI.UIKind.HyperLink,