20 references to AssertRValue
Microsoft.CodeAnalysis.VisualBasic (20)
BoundTree\BoundArrayCreation.vb (1)
39item.AssertRValue()
BoundTree\BoundAssignmentOperator.vb (1)
88Right.AssertRValue()
BoundTree\BoundBinaryConditionalExpression.vb (3)
25TestExpression.AssertRValue() 26ElseExpression.AssertRValue() 33ConvertedTestExpression.AssertRValue()
BoundTree\BoundBinaryOperator.vb (2)
29Left.AssertRValue() 30Right.AssertRValue()
BoundTree\BoundCall.vb (1)
90argument.AssertRValue()
BoundTree\BoundConversion.vb (1)
41Operand.AssertRValue()
BoundTree\BoundDirectCast.vb (1)
47Operand.AssertRValue()
BoundTree\BoundLocalDeclaration.vb (1)
34InitializerOpt.AssertRValue()
BoundTree\BoundReturnStatement.vb (1)
21ExpressionOpt.AssertRValue()
BoundTree\BoundSequence.vb (1)
41ValueOpt.AssertRValue() ' Value must return a result, if it doesn't, add that expression into side-effects instead.
BoundTree\BoundTernaryConditionalExpression.vb (3)
18Condition.AssertRValue() 20WhenTrue.AssertRValue() 21WhenFalse.AssertRValue()
BoundTree\BoundTryCast.vb (1)
46Operand.AssertRValue()
BoundTree\BoundUnaryOperator.vb (1)
27Operand.AssertRValue()
BoundTree\BoundYieldStatement.vb (1)
35Expression.AssertRValue()
Lowering\LocalRewriter\LocalRewriter.vb (1)
79value.AssertRValue()