Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
5 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (5)
CodeGen\EmitExpression.vb (1)
1356Debug.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)
1981If 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 12266Return node.Update(condition, whenTrue, whenFalse, node.ConstantValueOpt, type) 13431New TreeDumperNode("constantValueOpt", node.ConstantValueOpt, Nothing),