15 references to Operand
Microsoft.CodeAnalysis.VisualBasic (15)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2302VisitRvalue(node.Operand)
BoundTree\Expression.vb (2)
65Return ImmutableArray.Create(Of BoundNode)(Me.Operand) 71Return ImmutableArray.Create(Of BoundNode)(Me.Operand)
Generated\BoundNodes.xml.Generated.vb (4)
1508If operand IsNot Me.Operand OrElse type IsNot Me.Type Then 11223Me.Visit(node.Operand) 12199Dim operand As BoundExpression = DirectCast(Me.Visit(node.Operand), BoundExpression) 13348New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.Operand, Nothing)}),
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (2)
118Debug.Assert(node.Operand.Type.IsNullableOfBoolean()) 121Dim operand As BoundExpression = node.Operand
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (2)
18Debug.Assert(node.Operand.Type.IsNullableOfBoolean()) 21Dim operand = VisitExpression(AdjustIfOptimizableForConditionalBranch(node.Operand, optimizableForConditionalBranch))
Operations\VisualBasicOperationFactory.vb (4)
640DirectCast(leftTest, BoundNullableIsTrueOperator).Operand), 1661Debug.Assert(boundNullableIsTrueOperator.Operand.Type.IsNullableOfBoolean() AndAlso boundNullableIsTrueOperator.Type.IsBooleanType()) 1667Dim receiver As IOperation = CreateReceiverOperation(boundNullableIsTrueOperator.Operand, method) 1668Return New InvocationOperation(method.AsMember(DirectCast(boundNullableIsTrueOperator.Operand.Type, NamedTypeSymbol)), constrainedToType:=Nothing,