Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
7 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (7)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
821Return node.Update(testExpression, Nothing, Nothing, elseExpression, node.ConstantValueOpt, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
2045If testExpression IsNot Me.TestExpression OrElse convertedTestExpression IsNot Me.ConvertedTestExpression OrElse testExpressionPlaceholder IsNot Me.TestExpressionPlaceholder OrElse elseExpression IsNot Me.ElseExpression OrElse constantValueOpt IsNot Me.ConstantValueOpt OrElse type IsNot Me.Type Then 12266Return node.Update(testExpression, convertedTestExpression, testExpressionPlaceholder, elseExpression, node.ConstantValueOpt, type) 13433New TreeDumperNode("constantValueOpt", node.ConstantValueOpt, Nothing),
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (3)
41node.ConstantValueOpt, 110constantValueOpt:=node.ConstantValueOpt, 158Return node.Update(rewrittenTestExpression, rewrittenWhenTrue, Nothing, rewrittenWhenFalse, node.ConstantValueOpt, node.Type)