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