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