Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
8 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
821
Return node.Update(testExpression, Nothing, Nothing, elseExpression, node.
ConstantValueOpt
, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
2035
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
12241
Return node.Update(testExpression, convertedTestExpression, testExpressionPlaceholder, elseExpression, node.
ConstantValueOpt
, type)
13405
New TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, Nothing),
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (3)
46
node.
ConstantValueOpt
,
115
constantValueOpt:=node.
ConstantValueOpt
,
163
Return node.Update(rewrittenTestExpression, rewrittenWhenTrue, Nothing, rewrittenWhenFalse, node.
ConstantValueOpt
, node.Type)
Operations\VisualBasicOperationFactory.vb (1)
601
Dim constantValue As ConstantValue = boundBinaryConditionalExpression.
ConstantValueOpt