1 write to ArithmeticBinaryParentheses
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
85
ArithmeticBinaryParentheses
= options.GetOption(CodeStyleOptions2.ArithmeticBinaryParentheses, language, fallbackOptions.ArithmeticBinaryParentheses);
3 references to ArithmeticBinaryParentheses
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
89
public CodeStyleOption2<ParenthesesPreference> ArithmeticBinaryParentheses => GetOption(CodeStyleOptions2.ArithmeticBinaryParentheses, FallbackCodeStyleOptions.
ArithmeticBinaryParentheses
);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
267
IdeCodeStyleOptions.CommonDefaults.
ArithmeticBinaryParentheses
,
IdeCodeStyleOptions.cs (1)
85
ArithmeticBinaryParentheses = options.GetOption(CodeStyleOptions2.ArithmeticBinaryParentheses, language, fallbackOptions.
ArithmeticBinaryParentheses
);