5 references to new
Microsoft.CodeAnalysis.Workspaces (5)
CodeStyle\NotificationOption.cs (5)
46public static readonly NotificationOption None = new(NotificationOption2.None); 49public static readonly NotificationOption Silent = new(NotificationOption2.Silent); 52public static readonly NotificationOption Suggestion = new(NotificationOption2.Suggestion); 55public static readonly NotificationOption Warning = new(NotificationOption2.Warning); 58public static readonly NotificationOption Error = new(NotificationOption2.Error);