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)
821
Return node.Update(testExpression, Nothing, Nothing, elseExpression, node.
ConstantValueOpt
, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
2038
If 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
12259
Return node.Update(testExpression, convertedTestExpression, testExpressionPlaceholder, elseExpression, node.
ConstantValueOpt
, type)
13426
New TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, Nothing),
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (3)
41
node.
ConstantValueOpt
,
110
constantValueOpt:=node.
ConstantValueOpt
,
158
Return node.Update(rewrittenTestExpression, rewrittenWhenTrue, Nothing, rewrittenWhenFalse, node.
ConstantValueOpt
, node.Type)