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