12 references to UnderlyingExpression
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
84VisitRvalue(node.UnderlyingExpression)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1756VisitRvalue(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)
7217If underlyingExpression IsNot Me.UnderlyingExpression OrElse type IsNot Me.Type Then 11777Me.Visit(node.UnderlyingExpression) 12829Dim underlyingExpression As BoundExpression = DirectCast(Me.Visit(node.UnderlyingExpression), BoundExpression) 14221New TreeDumperNode("underlyingExpression", Nothing, new TreeDumperNode() {Visit(node.UnderlyingExpression, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
25Return Visit(node.UnderlyingExpression)
Operations\VisualBasicOperationFactory.vb (1)
255Return Create(DirectCast(boundNode, BoundOrdering).UnderlyingExpression)