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