9 references to ExpressionOpt
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2508Dim expr As BoundExpression = node.ExpressionOpt
CodeGen\EmitStatement.vb (1)
905Dim operand = boundThrowStatement.ExpressionOpt
Generated\BoundNodes.xml.Generated.vb (4)
2873If expressionOpt IsNot Me.ExpressionOpt Then 11337Me.Visit(node.ExpressionOpt) 12334Dim expressionOpt As BoundExpression = DirectCast(Me.Visit(node.ExpressionOpt), BoundExpression) 13538New TreeDumperNode("expressionOpt", Nothing, new TreeDumperNode() {Visit(node.ExpressionOpt, Nothing)})
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (1)
62Dim expression As BoundExpression = rewritten.ExpressionOpt
Lowering\LocalRewriter\LocalRewriter_Throw.vb (1)
17Dim expressionOpt As BoundExpression = node.ExpressionOpt
Operations\VisualBasicOperationFactory.vb (1)
1334Dim thrownObject As IOperation = Create(boundThrowStatement.ExpressionOpt)