19 instantiations of InfoBarUI
Microsoft.CodeAnalysis.EditorFeatures (5)
Editor\EditorLayerExtensionManager.cs (4)
68new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false),
69new InfoBarUI(WorkspacesResources.Enable, InfoBarUI.UIKind.Button, () =>
74new InfoBarUI(WorkspacesResources.Enable_and_ignore_future_errors, InfoBarUI.UIKind.Button, () =>
80new InfoBarUI(string.Empty, InfoBarUI.UIKind.Close, () => LogLeaveDisabled(provider)));
Microsoft.CodeAnalysis.Features (1)
Microsoft.VisualStudio.LanguageServices (13)
37 references to InfoBarUI
Microsoft.CodeAnalysis.EditorFeatures (6)
Editor\EditorLayerExtensionManager.cs (4)
68new InfoBarUI(WorkspacesResources.Show_Stack_Trace, InfoBarUI.UIKind.HyperLink, () => ShowDetailedErrorInfo(exception), closeAfterAction: false),
69new InfoBarUI(WorkspacesResources.Enable, InfoBarUI.UIKind.Button, () =>
74new InfoBarUI(WorkspacesResources.Enable_and_ignore_future_errors, InfoBarUI.UIKind.Button, () =>
80new InfoBarUI(string.Empty, InfoBarUI.UIKind.Close, () => LogLeaveDisabled(provider)));
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Microsoft.VisualStudio.LanguageServices (28)