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