2 references to RemoveAllUnnecessaryParentheses
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
src\Analyzers\CSharp\Tests\AddRequiredParentheses\AddRequiredExpressionParenthesesTests.cs (1)
655
""",
RemoveAllUnnecessaryParentheses
);
src\Analyzers\CSharp\Tests\RemoveUnnecessaryParentheses\RemoveUnnecessaryPatternParenthesesTests.cs (1)
33
await TestInRegularAndScriptAsync(initial, expected, options:
RemoveAllUnnecessaryParentheses
, index: index);