11 references to UnderlyingLValue
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (3)
859Visit(node.UnderlyingLValue) 897initializerExpr = DirectCast(initializerExpr, BoundLValueToRValueWrapper).UnderlyingLValue 923initializerExpr = 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 11116Me.Visit(node.UnderlyingLValue) 12066Dim underlyingLValue As BoundExpression = DirectCast(Me.Visit(node.UnderlyingLValue), BoundExpression) 13167New TreeDumperNode("underlyingLValue", Nothing, new TreeDumperNode() {Visit(node.UnderlyingLValue, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
467Dim operand As BoundExpression = rewritten.UnderlyingLValue
Lowering\LocalRewriter\LocalRewriter.vb (1)
551Dim rewritten As BoundExpression = VisitExpressionNode(node.UnderlyingLValue)