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