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