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