7 references to ExprPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (7)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1028Dim exprPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.ExprPlaceholderOpt), BoundRValuePlaceholder)
Generated\BoundNodes.xml.Generated.vb (4)
5022If expressionStatement IsNot Me.ExpressionStatement OrElse exprPlaceholderOpt IsNot Me.ExprPlaceholderOpt OrElse caseBlocks <> Me.CaseBlocks OrElse recommendSwitchTable <> Me.RecommendSwitchTable OrElse exitLabel IsNot Me.ExitLabel Then 11587Me.Visit(node.ExprPlaceholderOpt) 12615Dim exprPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.ExprPlaceholderOpt), BoundRValuePlaceholder) 13915New 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