5 references to new
Microsoft.CodeAnalysis.Workspaces (5)
CodeStyle\NotificationOption.cs (5)
45public static readonly NotificationOption None = new(NotificationOption2.None); 48public static readonly NotificationOption Silent = new(NotificationOption2.Silent); 51public static readonly NotificationOption Suggestion = new(NotificationOption2.Suggestion); 54public static readonly NotificationOption Warning = new(NotificationOption2.Warning); 57public static readonly NotificationOption Error = new(NotificationOption2.Error);