1 implementation of WithNotification
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOption2`1.cs (1)
95
ICodeStyleOption2 ICodeStyleOption2.
WithNotification
(NotificationOption2 notification) => new CodeStyleOption2<T>(Value, notification);
2 references to WithNotification
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Data\CodeStyleSetting.cs (1)
45
SetValue(GetCodeStyle().
WithNotification
(notification));
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Options\OptionsTestHelpers.cs (1)
132
.
WithNotification
((codeStyle.Notification == NotificationOption2.Error) ? NotificationOption2.Warning : NotificationOption2.Error),