2 references to Always_for_clarity
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
117
var valueDescriptions = new[] { ServicesVSResources.
Always_for_clarity
, ServicesVSResources.Never_if_unnecessary };
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
219
codeStylePreferences.Add(new CodeStylePreference(ServicesVSResources.
Always_for_clarity
, isChecked: defaultAddForClarity));