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