Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
13 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (13)
BoundTree\BoundTreeRewriter.vb (1)
137left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (2)
958left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type) 992Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, node.Type)
CodeGen\Optimizer\StackScheduler.Rewriter.vb (1)
91left = binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, type)
Generated\BoundNodes.xml.Generated.vb (3)
1590If operatorKind <> Me.OperatorKind OrElse left IsNot Me.Left OrElse right IsNot Me.Right OrElse checked <> Me.Checked OrElse constantValueOpt IsNot Me.ConstantValueOpt OrElse type IsNot Me.Type Then 12217Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, type) 13368New TreeDumperNode("constantValueOpt", node.ConstantValueOpt, Nothing),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
268rewritten.ConstantValueOpt,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (3)
130left = TransformRewrittenBinaryOperator(binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.ConstantValueOpt, Me.VisitType(binary.Type))) 239node.ConstantValueOpt, 824Return node.Update(node.OperatorKind, left, right, node.Checked, node.ConstantValueOpt, node.Type)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
97binary.ConstantValueOpt,
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (1)
52binary.Left, binary.Right, binary.Checked, binary.ConstantValueOpt, binary.Type)