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