11 references to UnderlyingExpression
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
84VisitRvalue(node.UnderlyingExpression)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1762VisitRvalue(node.UnderlyingExpression)
BoundTree\BoundExpressionExtensions.vb (1)
606DirectCast(node, BoundOrdering).UnderlyingExpression.GetExpressionSymbols(symbols)
BoundTree\BoundOrdering.vb (2)
15Return UnderlyingExpression.ExpressionSymbol 21Return UnderlyingExpression.ResultKind
BoundTree\Expression.vb (1)
171Return ImmutableArray.Create(Of BoundNode)(Me.UnderlyingExpression)
Generated\BoundNodes.xml.Generated.vb (4)
7243If underlyingExpression IsNot Me.UnderlyingExpression OrElse type IsNot Me.Type Then 11811Me.Visit(node.UnderlyingExpression) 12863Dim underlyingExpression As BoundExpression = DirectCast(Me.Visit(node.UnderlyingExpression), BoundExpression) 14258New TreeDumperNode("underlyingExpression", Nothing, new TreeDumperNode() {Visit(node.UnderlyingExpression, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
25Return Visit(node.UnderlyingExpression)