8 references to Expression
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2645
VisitRvalue(node.
Expression
)
Binding\Binder_InterpolatedString.vb (2)
146
Function(interpolation) interpolation.
Expression
.HasErrors OrElse
209
arguments.Add(interpolation.
Expression
)
Generated\BoundNodes.xml.Generated.vb (4)
9319
If expression IsNot Me.
Expression
OrElse alignmentOpt IsNot Me.AlignmentOpt OrElse formatStringOpt IsNot Me.FormatStringOpt Then
12035
Me.Visit(node.
Expression
)
13125
Dim expression As BoundExpression = DirectCast(Me.Visit(node.
Expression
), BoundExpression)
14590
New TreeDumperNode("expression", Nothing, new TreeDumperNode() {Visit(node.
Expression
, Nothing)}),
Operations\VisualBasicOperationFactory.vb (1)
1582
Dim expression As IOperation = Create(boundInterpolation.
Expression
)