16 references to UnderlyingExpression
Microsoft.CodeAnalysis.VisualBasic (16)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
70
VisitRvalue(node.
UnderlyingExpression
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1748
VisitRvalue(node.
UnderlyingExpression
)
Binding\Binder_Query.vb (1)
416
suppressCallDiagnostics = query.
UnderlyingExpression
.Kind = BoundKind.BadExpression
Binding\MemberSemanticModel.vb (4)
964
DirectCast(bound, BoundQueryClause).
UnderlyingExpression
.Kind = BoundKind.QueryClause Then
981
If DirectCast(bound, BoundQueryClause).
UnderlyingExpression
.Kind = BoundKind.QueryClause Then
1020
If TypeOf select1Node.
UnderlyingExpression
Is BoundQueryClauseBase Then
1071
Dim toQueryable = DirectCast(CompilerGeneratedNodeFinder.FindIn(DirectCast(queryableSource.Source, BoundQueryClause).
UnderlyingExpression
,
BoundTree\BoundExpressionExtensions.vb (1)
600
DirectCast(node, BoundQueryClause).
UnderlyingExpression
.GetExpressionSymbols(symbols)
BoundTree\BoundQueryClause.vb (2)
14
Return
UnderlyingExpression
.ExpressionSymbol
20
Return
UnderlyingExpression
.ResultKind
BoundTree\Expression.vb (1)
163
Return ImmutableArray.Create(Of BoundNode)(Me.
UnderlyingExpression
)
Generated\BoundNodes.xml.Generated.vb (4)
7208
If underlyingExpression IsNot Me.
UnderlyingExpression
OrElse rangeVariables <> Me.RangeVariables OrElse compoundVariableType IsNot Me.CompoundVariableType OrElse binders <> Me.Binders OrElse type IsNot Me.Type Then
11806
Me.Visit(node.
UnderlyingExpression
)
12856
Dim underlyingExpression As BoundExpression = DirectCast(Me.Visit(node.
UnderlyingExpression
), BoundExpression)
14248
New TreeDumperNode("underlyingExpression", Nothing, new TreeDumperNode() {Visit(node.
UnderlyingExpression
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
21
Return Visit(node.
UnderlyingExpression
)