9 references to Operand
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2343VisitRvalue(node.Operand)
CodeGen\EmitExpression.vb (1)
1206Dim operand = expression.Operand
Generated\BoundNodes.xml.Generated.vb (4)
2473If operand IsNot Me.Operand OrElse isTypeOfIsNotExpression <> Me.IsTypeOfIsNotExpression OrElse targetType IsNot Me.TargetType OrElse type IsNot Me.Type Then 11292Me.Visit(node.Operand) 12284Dim operand As BoundExpression = DirectCast(Me.Visit(node.Operand), BoundExpression) 13467New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.Operand, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
855Dim operand As BoundExpression = rewritten.Operand
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
722Return ConvertRuntimeHelperToExpressionTree("TypeIs", Visit(node.Operand), _factory.[Typeof](node.TargetType))
Operations\VisualBasicOperationFactory.vb (1)
790Dim valueOperand = Create(boundTypeOf.Operand)