Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
6 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (6)
CodeGen\EmitExpression.vb (1)
1251
Debug.Assert(expr.
ConstantValueOpt
Is Nothing, "Constant value should have been emitted directly")
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
840
Return node.Update(condition, whenTrue, whenFalse, node.
ConstantValueOpt
, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
1962
If condition IsNot Me.Condition OrElse whenTrue IsNot Me.WhenTrue OrElse whenFalse IsNot Me.WhenFalse OrElse constantValueOpt IsNot Me.
ConstantValueOpt
OrElse type IsNot Me.Type Then
12232
Return node.Update(condition, whenTrue, whenFalse, node.
ConstantValueOpt
, type)
13394
New TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, Nothing),
Operations\VisualBasicOperationFactory.vb (1)
783
Dim constantValue As ConstantValue = boundTernaryConditionalExpression.
ConstantValueOpt