12 references to UnderlyingLValue
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
850Visit(node.UnderlyingLValue) 888initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).UnderlyingLValue 914initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).UnderlyingLValue
BoundTree\BoundLValueToRValueWrapper.vb (2)
15Debug.Assert(UnderlyingLValue.IsLValue) 16Debug.Assert(UnderlyingLValue.Type.IsSameTypeIgnoringAll(Type))
Generated\BoundNodes.xml.Generated.vb (4)
354If underlyingLValue IsNot Me.UnderlyingLValue OrElse type IsNot Me.Type Then 11082Me.Visit(node.UnderlyingLValue) 12032Dim underlyingLValue As BoundExpression = DirectCast(Me.Visit(node.UnderlyingLValue), BoundExpression) 13132New TreeDumperNode("underlyingLValue", Nothing, new TreeDumperNode() {Visit(node.UnderlyingLValue, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
396Dim operand As BoundExpression = rewritten.UnderlyingLValue
Lowering\LocalRewriter\LocalRewriter.vb (1)
551Dim rewritten As BoundExpression = VisitExpressionNode(node.UnderlyingLValue)
Operations\VisualBasicOperationFactory.vb (1)
1018Return Create(boundNode.UnderlyingLValue)