27 references to Operand
Microsoft.CodeAnalysis.VisualBasic (27)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
2272
VisitCondition(node.
Operand
)
2275
VisitRvalue(node.
Operand
)
Binding\Binder_Utils.vb (1)
1346
boundExpression = DirectCast(boundExpression, BoundUnaryOperator).
Operand
BoundTree\BoundUnaryOperator.vb (3)
27
Operand
.AssertRValue()
28
Debug.Assert(HasErrors OrElse Type.IsSameTypeIgnoringAll(
Operand
.Type))
36
Dim operandType = TryCast(
Operand
.Type.GetNullableUnderlyingTypeOrSelf(), NamedTypeSymbol)
CodeGen\EmitOperators.vb (6)
18
EmitExpression(expression.
Operand
, used:=False)
41
EmitExpression(expression.
Operand
, used:=True)
58
EmitCondExpr(expression.
Operand
, sense:=False)
60
EmitExpression(expression.
Operand
, used:=True)
77
EmitExpression(expression.
Operand
, used:=True)
597
condition = unOp.
Operand
CodeGen\EmitStatement.vb (1)
761
condition = unOp.
Operand
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1004
Dim operand = DirectCast(Me.Visit(node.
Operand
), BoundExpression)
Generated\BoundNodes.xml.Generated.vb (4)
1410
If operatorKind <> Me.OperatorKind OrElse operand IsNot Me.
Operand
OrElse checked <> Me.Checked OrElse constantValueOpt IsNot Me.ConstantValueOpt OrElse type IsNot Me.Type Then
11188
Me.Visit(node.
Operand
)
12162
Dim operand As BoundExpression = DirectCast(Me.Visit(node.
Operand
), BoundExpression)
13303
New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.
Operand
, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
810
Dim operand As BoundExpression = rewritten.
Operand
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (1)
22
Dim origArg As BoundExpression = node.
Operand
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (6)
111
Debug.Assert(node.
Operand
.Type.IsObjectType() AndAlso node.Type.IsObjectType())
132
ImmutableArray.Create(node.
Operand
), Nothing, memberSymbol.ReturnType)
139
Debug.Assert(node.
Operand
.Type.IsDecimalType() AndAlso node.Type.IsDecimalType())
145
result = node.
Operand
156
ImmutableArray.Create(node.
Operand
), Nothing, memberSymbol.ReturnType)
164
Dim operand As BoundExpression = VisitExpressionNode(node.
Operand
)
Operations\VisualBasicOperationFactory.vb (1)
485
Return Create(DirectCast(boundOperator, BoundUnaryOperator).
Operand
)