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