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