13 references to UnderlyingExpression
Microsoft.CodeAnalysis.VisualBasic (13)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
79
VisitRvalue(node.
UnderlyingExpression
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1757
VisitRvalue(node.
UnderlyingExpression
)
Binding\MemberSemanticModel.vb (1)
1008
If TypeOf aggregateClause.
UnderlyingExpression
Is BoundQueryClauseBase Then
BoundTree\BoundAggregateClause.vb (2)
14
Return
UnderlyingExpression
.ExpressionSymbol
20
Return
UnderlyingExpression
.ResultKind
BoundTree\BoundExpressionExtensions.vb (1)
603
DirectCast(node, BoundAggregateClause).
UnderlyingExpression
.GetExpressionSymbols(symbols)
BoundTree\Expression.vb (1)
195
Return ImmutableArray.Create(Of BoundNode)(Me.CapturedGroupOpt, Me.
UnderlyingExpression
)
Generated\BoundNodes.xml.Generated.vb (4)
7465
If capturedGroupOpt IsNot Me.CapturedGroupOpt OrElse groupPlaceholderOpt IsNot Me.GroupPlaceholderOpt OrElse underlyingExpression IsNot Me.
UnderlyingExpression
OrElse rangeVariables <> Me.RangeVariables OrElse compoundVariableType IsNot Me.CompoundVariableType OrElse binders <> Me.Binders OrElse type IsNot Me.Type Then
11832
Me.Visit(node.
UnderlyingExpression
)
12888
Dim underlyingExpression As BoundExpression = DirectCast(Me.Visit(node.
UnderlyingExpression
), BoundExpression)
14294
New TreeDumperNode("underlyingExpression", Nothing, new TreeDumperNode() {Visit(node.
UnderlyingExpression
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (2)
249
VisitExpressionNode(node.
UnderlyingExpression
),
257
Return Visit(node.
UnderlyingExpression
)