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