1 implementation of Notification
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (1)
91
public NotificationOption2
Notification
{ get; } = notification;
3 references to Notification
Microsoft.CodeAnalysis.EditorFeatures (2)
EditorConfigSettings\Data\CodeStyleSetting.cs (1)
20
var severity = GetCodeStyle().
Notification
.Severity;
EditorConfigSettings\Updater\SettingsUpdateHelper.cs (1)
67
var severity = codeStyleOption.
Notification
.Severity switch
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Options\OptionsTestHelpers.cs (1)
132
.WithNotification((codeStyle.
Notification
== NotificationOption2.Error) ? NotificationOption2.Warning : NotificationOption2.Error),