Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic.BoundExpression.ConstantValueOpt
14 references to ConstantValueOpt
Microsoft.CodeAnalysis.VisualBasic (14)
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)
1571
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
12183
Return node.Update(node.OperatorKind, left, right, node.Checked, node.
ConstantValueOpt
, type)
13331
New TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, Nothing),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
197
rewritten.
ConstantValueOpt
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (3)
135
left = TransformRewrittenBinaryOperator(binary.Update(binary.OperatorKind, left, right, binary.Checked, binary.
ConstantValueOpt
, Me.VisitType(binary.Type)))
244
node.
ConstantValueOpt
,
829
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)
Operations\VisualBasicOperationFactory.vb (1)
570
Dim constantValue As ConstantValue = currentBinary.
ConstantValueOpt