8 references to ExpressionOpt
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2524
Dim expr As BoundExpression = node.
ExpressionOpt
CodeGen\EmitStatement.vb (1)
905
Dim operand = boundThrowStatement.
ExpressionOpt
Generated\BoundNodes.xml.Generated.vb (4)
2892
If expressionOpt IsNot Me.
ExpressionOpt
Then
11371
Me.Visit(node.
ExpressionOpt
)
12368
Dim expressionOpt As BoundExpression = DirectCast(Me.Visit(node.
ExpressionOpt
), BoundExpression)
13575
New TreeDumperNode("expressionOpt", Nothing, new TreeDumperNode() {Visit(node.
ExpressionOpt
, Nothing)})
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (1)
62
Dim expression As BoundExpression = rewritten.
ExpressionOpt
Lowering\LocalRewriter\LocalRewriter_Throw.vb (1)
17
Dim expressionOpt As BoundExpression = node.
ExpressionOpt