8 references to Parenthesize
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (8)
ExpressionSyntaxExtensions.vb (1)
97newExpression = expression.Parenthesize()
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (2)
152Return castExpression.Uncast().Parenthesize() 157Return predefinedCastExpression.Uncast().Parenthesize()
VisualBasicSyntaxGeneratorInternal.vb (1)
78Return DirectCast(expression, ExpressionSyntax).Parenthesize(addSimplifierAnnotation)
VisualBasicUseIsNullCheckForReferenceEqualsCodeFixProvider.vb (4)
27argument.Parenthesize(), 28SyntaxFactory.NothingLiteralExpression(SyntaxFactory.Token(SyntaxKind.NothingKeyword))).Parenthesize() 33argument.Parenthesize(), 34SyntaxFactory.NothingLiteralExpression(SyntaxFactory.Token(SyntaxKind.NothingKeyword))).Parenthesize()