2 references to Never
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
136var valueDescriptions = new[] { CSharpVSResources.Never, CSharpVSResources.When_possible, CSharpVSResources.When_on_single_line };
Options\Formatting\StyleViewModel.cs (1)
2377new CodeStylePreference(CSharpVSResources.Never, isChecked: false),