11 references to Expression
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractRegionControlFlowPass.vb (1)
55
VisitRvalue(node.
Expression
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1733
VisitRvalue(node.
Expression
)
BoundTree\BoundExpressionExtensions.vb (1)
609
DirectCast(node, BoundQuerySource).
Expression
.GetExpressionSymbols(symbols)
BoundTree\BoundQuerySource.vb (2)
20
Return
Expression
.ExpressionSymbol
26
Return
Expression
.ResultKind
BoundTree\Expression.vb (1)
139
Return ImmutableArray.Create(Of BoundNode)(Me.
Expression
)
Generated\BoundNodes.xml.Generated.vb (4)
7032
If expression IsNot Me.
Expression
OrElse type IsNot Me.Type Then
11791
Me.Visit(node.
Expression
)
12837
Dim expression As BoundExpression = DirectCast(Me.Visit(node.
Expression
), BoundExpression)
14223
New TreeDumperNode("expression", Nothing, new TreeDumperNode() {Visit(node.
Expression
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
226
Return Visit(node.
Expression
)