5 references to BoundParenthesized
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Expressions.vb (2)
110
Return New
BoundParenthesized
(node, reclassified, reclassified.Type)
112
Return New
BoundParenthesized
(node, operand, operand.Type)
Binding\Binder_SelectCase.vb (1)
75
Return New
BoundParenthesized
(node, boundExpression, boundExpression.Type)
Binding\Binder_Statements.vb (1)
2222
New
BoundParenthesized
(midExpression, original, original.Type),
Generated\BoundNodes.xml.Generated.vb (1)
704
Dim result = New
BoundParenthesized
(Me.Syntax, expression, type, Me.HasErrors)