12 references to UnderlyingLValue
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
850
Visit(node.
UnderlyingLValue
)
888
initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).
UnderlyingLValue
914
initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).
UnderlyingLValue
BoundTree\BoundLValueToRValueWrapper.vb (2)
15
Debug.Assert(
UnderlyingLValue
.IsLValue)
16
Debug.Assert(
UnderlyingLValue
.Type.IsSameTypeIgnoringAll(Type))
Generated\BoundNodes.xml.Generated.vb (4)
354
If underlyingLValue IsNot Me.
UnderlyingLValue
OrElse type IsNot Me.Type Then
11082
Me.Visit(node.
UnderlyingLValue
)
12032
Dim underlyingLValue As BoundExpression = DirectCast(Me.Visit(node.
UnderlyingLValue
), BoundExpression)
13132
New TreeDumperNode("underlyingLValue", Nothing, new TreeDumperNode() {Visit(node.
UnderlyingLValue
, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
396
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
)