7 references to Expression
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1348
VisitLvalue(node.
Expression
)
1350
VisitRvalue(node.
Expression
)
Generated\BoundNodes.xml.Generated.vb (4)
745
If expression IsNot Me.
Expression
OrElse isLValue <> Me.IsLValue OrElse type IsNot Me.Type Then
11122
Me.Visit(node.
Expression
)
12080
Dim expression As BoundExpression = DirectCast(Me.Visit(node.
Expression
), BoundExpression)
13192
New TreeDumperNode("expression", Nothing, new TreeDumperNode() {Visit(node.
Expression
, Nothing)}),
Operations\VisualBasicOperationFactory.vb (1)
273
Return Create(DirectCast(boundNode, BoundBadVariable).
Expression
)