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