9 references to UnderlyingLValue
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
859
Visit(node.
UnderlyingLValue
)
897
initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).
UnderlyingLValue
Generated\BoundNodes.xml.Generated.vb (4)
338
If underlyingLValue IsNot Me.
UnderlyingLValue
OrElse type IsNot Me.Type Then
11107
Me.Visit(node.
UnderlyingLValue
)
12057
Dim underlyingLValue As BoundExpression = DirectCast(Me.Visit(node.
UnderlyingLValue
), BoundExpression)
13158
New TreeDumperNode("underlyingLValue", Nothing, new TreeDumperNode() {Visit(node.
UnderlyingLValue
, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
467
Dim operand As BoundExpression = rewritten.
UnderlyingLValue
Lowering\LocalRewriter\LocalRewriter.vb (1)
551
Dim rewritten As BoundExpression = VisitExpressionNode(node.
UnderlyingLValue
)
Operations\VisualBasicOperationFactory.vb (1)
1018
Return Create(boundNode.
UnderlyingLValue
)