3 references to ParenthesizeLeft
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\VisualBasicSyntaxGenerator.vb (3)
183
Return SyntaxFactory.InvocationExpression(
ParenthesizeLeft
(expression), CreateArgumentList(arguments))
270
Return SyntaxFactory.InvocationExpression(
ParenthesizeLeft
(expression), CreateArgumentList(arguments))
295
If(expression IsNot Nothing,
ParenthesizeLeft
(expression), Nothing),