17 references to Operand
Microsoft.CodeAnalysis.VisualBasic (17)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2286
VisitRvalue(node.
Operand
)
BoundTree\BoundNullableIsTrueOperator.vb (1)
16
Debug.Assert(
Operand
.Type.IsNullableOfBoolean())
BoundTree\BoundUserDefinedShortCircuitingOperator.vb (1)
22
DirectCast(LeftTest, BoundNullableIsTrueOperator).
Operand
.Kind = BoundKind.UserDefinedUnaryOperator))
BoundTree\Expression.vb (2)
65
Return ImmutableArray.Create(Of BoundNode)(Me.
Operand
)
71
Return ImmutableArray.Create(Of BoundNode)(Me.
Operand
)
Generated\BoundNodes.xml.Generated.vb (4)
1498
If operand IsNot Me.
Operand
OrElse type IsNot Me.Type Then
11198
Me.Visit(node.
Operand
)
12174
Dim operand As BoundExpression = DirectCast(Me.Visit(node.
Operand
), BoundExpression)
13320
New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.
Operand
, Nothing)}),
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_UnaryOperator.vb (2)
105
Debug.Assert(node.
Operand
.Type.IsNullableOfBoolean())
108
Dim operand As BoundExpression = node.
Operand
Lowering\LocalRewriter\LocalRewriter_UnaryOperators.vb (2)
18
Debug.Assert(node.
Operand
.Type.IsNullableOfBoolean())
21
Dim operand = VisitExpression(AdjustIfOptimizableForConditionalBranch(node.
Operand
, optimizableForConditionalBranch))
Operations\VisualBasicOperationFactory.vb (4)
640
DirectCast(leftTest, BoundNullableIsTrueOperator).
Operand
),
1655
Debug.Assert(boundNullableIsTrueOperator.
Operand
.Type.IsNullableOfBoolean() AndAlso boundNullableIsTrueOperator.Type.IsBooleanType())
1661
Dim receiver as IOperation = CreateReceiverOperation(boundNullableIsTrueOperator.
Operand
, method)
1662
Return New InvocationOperation(method.AsMember(DirectCast(boundNullableIsTrueOperator.
Operand
.Type, NamedTypeSymbol)), constrainedToType:=Nothing,