8 references to ArithmeticBinaryParentheses
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
Diagnostics\ParenthesesOptionsProvider.cs (2)
34yield return CodeStyleOptions2.ArithmeticBinaryParentheses; 40=> GetSingleRequireOption(CodeStyleOptions2.ArithmeticBinaryParentheses);
Microsoft.CodeAnalysis.Features (2)
AnalyzerOptionsProvider.cs (1)
89public CodeStyleOption2<ParenthesesPreference> ArithmeticBinaryParentheses => GetOption(CodeStyleOptions2.ArithmeticBinaryParentheses, FallbackCodeStyleOptions.ArithmeticBinaryParentheses);
ParenthesesDiagnosticAnalyzersHelper.cs (1)
16internal static ImmutableHashSet<IOption2> Options = ImmutableHashSet.Create<IOption2>(CodeStyleOptions2.ArithmeticBinaryParentheses, CodeStyleOptions2.RelationalBinaryParentheses, CodeStyleOptions2.OtherBinaryParentheses, CodeStyleOptions2.OtherParentheses);
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
85ArithmeticBinaryParentheses = options.GetOption(CodeStyleOptions2.ArithmeticBinaryParentheses, language, fallbackOptions.ArithmeticBinaryParentheses);
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
119yield return CodeStyleSetting.Create(CodeStyleOptions2.ArithmeticBinaryParentheses, EditorFeaturesResources.In_arithmetic_binary_operators, options, updater, enumValues, valueDescriptions);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2312optionStore, CodeStyleOptions2.ArithmeticBinaryParentheses,
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\StyleViewModel.vb (1)
868optionStore, CodeStyleOptions2.ArithmeticBinaryParentheses,