4 references to OtherBinaryParentheses
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
63
public CodeStyleOption2<ParenthesesPreference> OtherBinaryParentheses => GetOption(CodeStyleOptions2.
OtherBinaryParentheses
);
src\Analyzers\Core\Analyzers\ParenthesesDiagnosticAnalyzersHelper.cs (1)
19
CodeStyleOptions2.
OtherBinaryParentheses
,
Microsoft.CodeAnalysis.CodeStyle.UnitTestUtilities (2)
src\Features\DiagnosticsTestUtilities\Diagnostics\ParenthesesOptionsProvider.cs (2)
36
yield return CodeStyleOptions2.
OtherBinaryParentheses
;
46
=> GetSingleRequireOption(CodeStyleOptions2.
OtherBinaryParentheses
);