34 references to BoundParenthesized
Microsoft.CodeAnalysis.VisualBasic (34)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2281
Public Overrides Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1663
value = DirectCast(value,
BoundParenthesized
).Expression
Analysis\ForLoopVerification.vb (1)
148
Return ReferencedSymbol(DirectCast(expression,
BoundParenthesized
).Expression)
Binding\Binder_Attributes.vb (1)
816
node = DirectCast(node,
BoundParenthesized
).Expression
Binding\Binder_Conversions.vb (1)
1206
Dim parenthesized = DirectCast(argument,
BoundParenthesized
)
Binding\Binder_Expressions.vb (3)
1237
Dim parenthesized = DirectCast(expr,
BoundParenthesized
)
1352
Dim parenthesized = DirectCast(expr,
BoundParenthesized
)
1446
Dim parenthesized = DirectCast(expr,
BoundParenthesized
)
Binding\Binder_Utils.vb (1)
1349
boundExpression = DirectCast(boundExpression,
BoundParenthesized
).Expression
BoundTree\BoundExpressionExtensions.vb (4)
71
Return DirectCast(node,
BoundParenthesized
).Expression.IsValue
358
node = DirectCast(node,
BoundParenthesized
).Expression
502
Dim parenthesized = DirectCast(node,
BoundParenthesized
)
527
expression = DirectCast(expression,
BoundParenthesized
).Expression
BoundTree\BoundTreeVisitor.vb (1)
22
Return VisitParenthesized(CType(node,
BoundParenthesized
), arg)
Generated\BoundNodes.xml.Generated.vb (7)
686
Public Function Update(expression As BoundExpression, type As TypeSymbol) As
BoundParenthesized
9354
Return VisitParenthesized(CType(node,
BoundParenthesized
), arg)
9730
Public Overridable Function VisitParenthesized(node As
BoundParenthesized
, arg As A) As R
10433
Public Overridable Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
11141
Public Overrides Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
12098
Public Overrides Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
13209
Public Overrides Function VisitParenthesized(node As
BoundParenthesized
, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (1)
253
Return UnwrapEventAccess(DirectCast(node,
BoundParenthesized
).Expression)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (2)
437
nodeToCheck = DirectCast(nodeToCheck,
BoundParenthesized
).Expression
464
(midResult.Original.Kind = BoundKind.Parenthesized AndAlso node.LeftOnTheRightOpt Is DirectCast(midResult.Original,
BoundParenthesized
).Expression)))
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
75
operand = DirectCast(operand,
BoundParenthesized
).Expression
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
59
current = DirectCast(current,
BoundParenthesized
).Expression
Lowering\LocalRewriter\LocalRewriter.vb (1)
672
Public Overrides Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
494
Public NotOverridable Overrides Function VisitParenthesized(node As
BoundParenthesized
) As BoundNode
Operations\VisualBasicOperationFactory_Methods.vb (1)
516
Dim adjustedInfo = TryGetAdjustedConversionInfo(topLevelConversion, DirectCast(boundOperand,
BoundParenthesized
).Expression)
Operations\VisualBasicOperationFactory.vb (2)
86
Return CreateBoundParenthesizedOperation(DirectCast(boundNode,
BoundParenthesized
))
464
Private Function CreateBoundParenthesizedOperation(boundParenthesized As
BoundParenthesized
) As IParenthesizedOperation
Semantics\Conversions.vb (1)
1052
Return ClassifyExpressionReclassification(DirectCast(source,
BoundParenthesized
).Expression, destination, binder, useSiteInfo)
Semantics\OverloadResolution.vb (1)
3674
underlying = DirectCast(underlying,
BoundParenthesized
).Expression
Symbols\PropertySymbol.vb (1)
199
receiverOpt = DirectCast(receiverOpt,
BoundParenthesized
).Expression