8 references to ExprPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1028Dim exprPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.ExprPlaceholderOpt), BoundRValuePlaceholder)
Generated\BoundNodes.xml.Generated.vb (4)
5003If expressionStatement IsNot Me.ExpressionStatement OrElse exprPlaceholderOpt IsNot Me.ExprPlaceholderOpt OrElse caseBlocks <> Me.CaseBlocks OrElse recommendSwitchTable <> Me.RecommendSwitchTable OrElse exitLabel IsNot Me.ExitLabel Then 11553Me.Visit(node.ExprPlaceholderOpt) 12581Dim exprPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.ExprPlaceholderOpt), BoundRValuePlaceholder) 13878New TreeDumperNode("exprPlaceholderOpt", Nothing, new TreeDumperNode() {Visit(node.ExprPlaceholderOpt, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
59Return RewriteSelectStatement(node, node.Syntax, node.ExpressionStatement, node.ExprPlaceholderOpt, node.CaseBlocks, node.RecommendSwitchTable, node.ExitLabel)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
517Dim placeholder As BoundRValuePlaceholder = node.ExprPlaceholderOpt
Operations\VisualBasicOperationFactory.vb (1)
1073RecordParent(boundSelectStatement.ExprPlaceholderOpt, boundSelectStatement)