5 references to Close
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
80
new InfoBarUI(string.Empty, InfoBarUI.UIKind.
Close
, () => LogLeaveDisabled(provider)));
Microsoft.VisualStudio.LanguageServices (4)
ErrorReporting\VisualStudioInfoBar.cs (2)
92
case InfoBarUI.UIKind.
Close
:
120
items.FirstOrDefault(i => i.Kind == InfoBarUI.UIKind.
Close
).Action?.Invoke();
KeybindingReset\KeybindingResetDetector.cs (1)
264
new InfoBarUI(title: "", kind: InfoBarUI.UIKind.
Close
,
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1239
new(string.Empty, InfoBarUI.UIKind.
Close
, GetDefaultDismissAction()));