3 references to AlwaysForClarity
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (3)
246KeyValuePairUtil.Create("always_for_clarity", ParenthesesPreference.AlwaysForClarity), 269var value = s_parenthesesPreferenceMap.GetKeyOrDefault(option.Value) ?? s_parenthesesPreferenceMap.GetKeyOrDefault(ParenthesesPreference.AlwaysForClarity); 274new(ParenthesesPreference.AlwaysForClarity, NotificationOption2.Silent);