6 references to ParenthesesOptionsProvider
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (6)
src\Features\CSharpTest\Diagnostics\AbstractCSharpDiagnosticProviderBasedUserDiagnosticTest_NoEditor.cs (6)
147
internal OptionsCollection RequireArithmeticBinaryParenthesesForClarity =>
ParenthesesOptionsProvider
.RequireArithmeticBinaryParenthesesForClarity;
148
internal OptionsCollection RequireRelationalBinaryParenthesesForClarity =>
ParenthesesOptionsProvider
.RequireRelationalBinaryParenthesesForClarity;
149
internal OptionsCollection RequireOtherBinaryParenthesesForClarity =>
ParenthesesOptionsProvider
.RequireOtherBinaryParenthesesForClarity;
150
internal OptionsCollection IgnoreAllParentheses =>
ParenthesesOptionsProvider
.IgnoreAllParentheses;
151
internal OptionsCollection RemoveAllUnnecessaryParentheses =>
ParenthesesOptionsProvider
.RemoveAllUnnecessaryParentheses;
152
internal OptionsCollection RequireAllParenthesesForClarity =>
ParenthesesOptionsProvider
.RequireAllParenthesesForClarity;