1 implementation of Notification
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyle\CodeStyleOption.cs (1)
47
NotificationOption2 ICodeStyleOption.
Notification
=> UnderlyingOption.Notification;
1 reference to Notification
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Options\OptionsTestHelpers.cs (1)
129
.WithNotification((codeStyle.
Notification
== NotificationOption2.Error) ? NotificationOption2.Warning : NotificationOption2.Error),