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