11 references to UnderlyingLValue
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
859
Visit(node.
UnderlyingLValue
)
897
initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).
UnderlyingLValue
923
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
11116
Me.Visit(node.
UnderlyingLValue
)
12066
Dim underlyingLValue As BoundExpression = DirectCast(Me.Visit(node.
UnderlyingLValue
), BoundExpression)
13167
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
)