7 references to Expression
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2629
VisitRvalue(node.
Expression
)
Generated\BoundNodes.xml.Generated.vb (4)
9294
If expression IsNot Me.
Expression
OrElse alignmentOpt IsNot Me.AlignmentOpt OrElse formatStringOpt IsNot Me.FormatStringOpt Then
12010
Me.Visit(node.
Expression
)
13099
Dim expression As BoundExpression = DirectCast(Me.Visit(node.
Expression
), BoundExpression)
14561
New TreeDumperNode("expression", Nothing, new TreeDumperNode() {Visit(node.
Expression
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
156
arguments.Add(interpolation.
Expression
)
Operations\VisualBasicOperationFactory.vb (1)
1580
Dim expression As IOperation = Create(boundInterpolation.
Expression
)