5 references to OtherBinaryParentheses
Microsoft.CodeAnalysis.CodeStyle (3)
AnalyzerOptionsProvider.cs (1)
90public CodeStyleOption2<ParenthesesPreference> OtherBinaryParentheses => GetOption(CodeStyleOptions2.OtherBinaryParentheses, FallbackCodeStyleOptions.OtherBinaryParentheses);
IdeCodeStyleOptions.cs (1)
86OtherBinaryParentheses = options.GetOption(CodeStyleOptions2.OtherBinaryParentheses, language, fallbackOptions.OtherBinaryParentheses);
ParenthesesDiagnosticAnalyzersHelper.cs (1)
16internal static ImmutableHashSet<IOption2> Options = ImmutableHashSet.Create<IOption2>(CodeStyleOptions2.ArithmeticBinaryParentheses, CodeStyleOptions2.RelationalBinaryParentheses, CodeStyleOptions2.OtherBinaryParentheses, CodeStyleOptions2.OtherParentheses);
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
ParenthesesOptionsProvider.cs (2)
36yield return CodeStyleOptions2.OtherBinaryParentheses; 46=> GetSingleRequireOption(CodeStyleOptions2.OtherBinaryParentheses);