12 references to RemoveAllUnnecessaryParentheses
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (12)
RemoveUnnecessaryParenthesesTests.vb (12)
45Await TestInRegularAndScriptAsync(initial, expected, options:=RemoveAllUnnecessaryParentheses, index:=index, compilationOptions:=compilationOptions)
421end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses))
431end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses))
543end class", parameters:=New TestParameters(options:=RemoveAllUnnecessaryParentheses))
553end class", parameters:=New TestParameters(options:=RemoveAllUnnecessaryParentheses))
563end class", parameters:=New TestParameters(options:=RemoveAllUnnecessaryParentheses))
578end class", parameters:=New TestParameters(options:=RemoveAllUnnecessaryParentheses))
589end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses), parentheticalExpressionDiagnostic)
601end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses), firstLineParentheticalExpressionDiagnostic)
614end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses, compilationOptions:=DoNotCheckOverflow), expectedDiagnostics)
629end class", New TestParameters(options:=RemoveAllUnnecessaryParentheses, compilationOptions:=DoNotCheckOverflow), expectedDiagnostics)
641Dim parameters = New TestParameters(options:=RemoveAllUnnecessaryParentheses)