4 references to Close
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
97
new InfoBarUI(string.Empty, InfoBarUI.UIKind.
Close
, () => LogLeaveDisabled(provider)));
Microsoft.VisualStudio.LanguageServices (3)
ErrorReporting\VisualStudioInfoBar.cs (2)
77
case InfoBarUI.UIKind.
Close
:
104
items.FirstOrDefault(i => i.Kind == InfoBarUI.UIKind.
Close
).Action?.Invoke();
KeybindingReset\KeybindingResetDetector.cs (1)
256
new InfoBarUI(title: "", kind: InfoBarUI.UIKind.
Close
,